This commit is contained in:
2026-05-24 21:07:05 +02:00
parent 026bf4a421
commit 060d73122b

View File

@@ -239,7 +239,7 @@ html[theme='amoled'] {
--img-border-color: #363636; --img-border-color: #363636;
--maximize_button: #fff; --maximize_button: #fff;
--bg-gradient: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%); --bg-gradient: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
background: black; --motd-bg: #000;
} }
html[theme="amoled"] #settings-quicknav a:hover, #settings-quicknav a.active { html[theme="amoled"] #settings-quicknav a:hover, #settings-quicknav a.active {
@@ -14310,7 +14310,7 @@ body.scroller-active #gchat-reopen-bubble {
flex-wrap: wrap; flex-wrap: wrap;
gap: 6px; gap: 6px;
padding: 8px 14px; padding: 8px 14px;
background: rgba(20, 20, 20, 0.45); background: var(--motd-bg);
border-bottom: 1px solid var(--nav-border-color); border-bottom: 1px solid var(--nav-border-color);
position: fixed; position: fixed;
top: var(--navbar-h, 50px); top: var(--navbar-h, 50px);