From 0232b9e1684255b618f6c25df499ca93ca13db6d Mon Sep 17 00:00:00 2001 From: Vrifox Date: Fri, 14 May 2021 11:52:47 +0200 Subject: [PATCH] made the dark theme a little more colorfull; wip --- assets/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.scss b/assets/style.scss index 0941d38..fe2846c 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -1,5 +1,5 @@ :root { - --background: rgb(10, 10, 10); + --background: rgb(20, 40, 60); --border: rgb(40, 40, 40); --text: rgb(255, 255, 255); --vrifox-red: rgb(255, 130, 130);