From 6afb01d3ee9ea8c7f52648d1ad7335d7841d24f8 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 12 Feb 2026 00:38:34 +1300 Subject: [PATCH] Fix search colours on Just Cause 3 --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index f1fabf3..6e40f28 100644 --- a/static/main.css +++ b/static/main.css @@ -291,7 +291,6 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */ margin: 0; font-size: 14px; background: white; - color: black; border: solid #808080; border-width: 0px 1px 1px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); @@ -328,6 +327,7 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */ border: none; margin: 0; line-height: inherit; + color: black; background: none; font: inherit; cursor: pointer;