From d6eabc8e941c19c003d9a1bf4ce82862fe21d7f7 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 11 Jul 2022 00:09:58 +0300 Subject: [PATCH] little fix of colors in dark mode --- src/content/theme/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/theme/dark.css b/src/content/theme/dark.css index 83bb2e6..29723a6 100644 --- a/src/content/theme/dark.css +++ b/src/content/theme/dark.css @@ -10,7 +10,7 @@ :root { color-scheme: dark; - --color-bg: #171717; + --color-bg: #151515; --color-text-default: #eee; --color-text-reduced: #e0e0e0; --color-text-reduced2: #999; @@ -21,7 +21,7 @@ --color-btn-default: #fff; --color-btn-hover: #444; --color-submit: #444; - --color-row-underlinig: #333333; + --color-row-underlinig: #303030; --color-border-default: #555; --color-border-focus: #5a8df0; --color-error: #ff3333;