From 3fa853ec8ac6a0d720cd2731477ee6c8e669745d Mon Sep 17 00:00:00 2001 From: Sai Kurogetsu Date: Tue, 19 Dec 2017 17:49:21 +0000 Subject: [PATCH] dark about pages: dim the color of the selected category --- pages/about-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about-dark.css b/pages/about-dark.css index ffda243..04978b8 100644 --- a/pages/about-dark.css +++ b/pages/about-dark.css @@ -28,7 +28,7 @@ --in-content-category-border-focus: 1px dotted #0a84ff; --in-content-category-text: #ccc !important; --in-content-category-text-active: #eee !important; - --in-content-category-text-selected: #0a84ff; + --in-content-category-text-selected: #2981dc !important; --in-content-category-text-selected-active: #0060df; --in-content-category-background-hover: rgba(12, 12, 13, .1); --in-content-category-background-active: rgba(12, 12, 13, .15);