dark about pages: dim the color of the selected category

This commit is contained in:
Sai Kurogetsu 2017-12-19 17:49:21 +00:00
parent 7a7190cbef
commit 3fa853ec8a
No known key found for this signature in database
GPG Key ID: 48E52EBE10D57BF6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
--in-content-category-border-focus: 1px dotted #0a84ff; --in-content-category-border-focus: 1px dotted #0a84ff;
--in-content-category-text: #ccc !important; --in-content-category-text: #ccc !important;
--in-content-category-text-active: #eee !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-text-selected-active: #0060df;
--in-content-category-background-hover: rgba(12, 12, 13, .1); --in-content-category-background-hover: rgba(12, 12, 13, .1);
--in-content-category-background-active: rgba(12, 12, 13, .15); --in-content-category-background-active: rgba(12, 12, 13, .15);