Fix search colours on Just Cause 3

This commit is contained in:
Cadence Ember
2026-02-12 00:38:34 +13:00
parent b061e04a3f
commit 6afb01d3ee

View File

@@ -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;