aboutsummaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-30 18:46:33 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-30 18:46:33 -0400
commitda6b82057137f21501c6903930027b9058d769ff (patch)
treee0d5a22a1f03b5252a78aa9e51f06767a48d180a /style
parentad842b7b2ce1f9dce24d42f67fc6f07ccd0e5563 (diff)
downloadwallheaven-da6b82057137f21501c6903930027b9058d769ff.tar.gz
wallheaven-da6b82057137f21501c6903930027b9058d769ff.tar.bz2
wallheaven-da6b82057137f21501c6903930027b9058d769ff.zip
fix category fg color not set in properties
Diffstat (limited to '')
-rw-r--r--style/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index 0a4257c..a90ad2a 100644
--- a/style/style.css
+++ b/style/style.css
@@ -234,7 +234,7 @@ input[id=General]:checked + label,
input[id=Anime]:checked + label,
input[id=People]:checked + label,
#properties span[id='category'] {
- color: #000;
+ color: #000 !important;
background-color: #eeeeee;
border: 3px solid #efefef;
}