New backup 2025-10-13 13:45:02

This commit is contained in:
Penelope Gwen 2025-10-13 13:45:02 -07:00
parent 77634a29cf
commit 08edf67c5f
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
--nav-btn-width: 30px !important;
--nav-btn-height: 28px !important;
--active-el-bg: [[[COLORHEX]]] !important;
--tabs-border-radius: 8px !important;
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
/* background-color: [[[COLORHEX]]] !important;*/

View file

@ -13,6 +13,7 @@
--nav-btn-width: 30px !important;
--nav-btn-height: 28px !important;
--active-el-bg: #795f7c7f !important;
--tabs-border-radius: 8px !important;
@media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) {
/* background-color: #795f7c7f !important;*/

View file

@ -23,6 +23,7 @@
#tabbrowser-tabpanels {
margin: 10px !important;
margin-left: 10px !important;
background-color: red !important;
border-radius: 12px !important;
* { border-radius: 12px !important; }
}