From 21790b32bf2303e4081df5c76e7f972271021387 Mon Sep 17 00:00:00 2001 From: veeck Date: Sat, 8 May 2021 18:07:38 +0200 Subject: [PATCH] Use hex notation instead of verbose name like everywhere else --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b15124ac..39a41ec7 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ --color-text: #999; --color-text-dimmed: #666; --color-text-bright: #fff; - --color-background: black; + --color-background: #000; --font-size: 20px; --font-primary: "Roboto Condensed"; --font-secondary: "Roboto";