diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-30 18:46:33 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-30 18:46:33 -0400 |
commit | da6b82057137f21501c6903930027b9058d769ff (patch) | |
tree | e0d5a22a1f03b5252a78aa9e51f06767a48d180a /style | |
parent | ad842b7b2ce1f9dce24d42f67fc6f07ccd0e5563 (diff) | |
download | wallheaven-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.css | 2 |
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; } |