This commit is contained in:
Kopatz
2025-09-01 13:21:16 +02:00
parent ad53e8d2b4
commit 8e436dcb32

View File

@@ -119,6 +119,12 @@ in
#navigator-toolbox:not(:hover):not(:focus-within):has(#toolbar-menubar[inactive]) { #navigator-toolbox:not(:hover):not(:focus-within):has(#toolbar-menubar[inactive]) {
margin-top: -36px; margin-top: -36px;
} }
browser[type="content-primary"],
browser[type="content"],
.browserContainer {
background-color: #1a2121 !important;
background: #1a2121 !important;
}
''; '';
# Changes the extension storage backend from IDB to json, wipes all data when switching # Changes the extension storage backend from IDB to json, wipes all data when switching
extensions.force = true; extensions.force = true;