From da6b82057137f21501c6903930027b9058d769ff Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 30 Oct 2023 18:46:33 -0400 Subject: fix category fg color not set in properties --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/style.css') 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; } -- cgit v1.2.1