diff --git a/serverStatus/templates/serverStatus/Switchoffsecurity.html b/serverStatus/templates/serverStatus/Switchoffsecurity.html index 494d90109..26324318d 100644 --- a/serverStatus/templates/serverStatus/Switchoffsecurity.html +++ b/serverStatus/templates/serverStatus/Switchoffsecurity.html @@ -59,7 +59,7 @@ } .tags:hover { - background-color: var(--bg-light); + background-color: var(--bg-secondary); } .tag-icon { diff --git a/serverStatus/templates/serverStatus/changeCyberPanelPort.html b/serverStatus/templates/serverStatus/changeCyberPanelPort.html index 457a12030..29747e4a8 100644 --- a/serverStatus/templates/serverStatus/changeCyberPanelPort.html +++ b/serverStatus/templates/serverStatus/changeCyberPanelPort.html @@ -222,7 +222,7 @@ /* Info Box */ .info-box { - background: var(--bg-light); + background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 8px; padding: 16px;