New backup 2025-08-23 17:30:02

This commit is contained in:
Penelope Gwen 2025-08-23 17:30:02 -07:00
parent ec4c4e45e5
commit 22d7066067

View file

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: MPL-2.0 */ /* SPDX-License-Identifier: MPL-2.0 */
/* SPDX-FileCopyrightText: 2024 awwpotato */ /* SPDX-FileCopyrightText: 2024 awwpotato */
@-moz-document regexp("^moz-extension://.*?/sidebar/sidebar.html") @-moz-document regexp("^moz-extension://.*?/sidebar/sidebar.html")
{ {
:root, :root,
@ -15,10 +14,7 @@
--nav-btn-height: 28px !important; --nav-btn-height: 28px !important;
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
@media -moz-profile: development { background-color: transparent !important;
background-color:red
}
/* background-color: transparent !important;*/
--frame-bg: transparent !important; --frame-bg: transparent !important;
} }
} }