diff --git a/de/home/.librewolf/config/chrome/userChrome.css b/de/home/.librewolf/config/chrome/userChrome.css index cd39752..c3caa47 100644 --- a/de/home/.librewolf/config/chrome/userChrome.css +++ b/de/home/.librewolf/config/chrome/userChrome.css @@ -8,7 +8,8 @@ #sidebar-header { display: none !important; } -:root { --tabpanel-background-color: #d7af87ff !important; } +:root { --tabpanel-background-color: #11131766 !important; } +/*:root { --tabpanel-background-color: #11131700 !important; }*/ /*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/ /************************************************************************************************************************************************************************************************************************************************************* diff --git a/de/home/.librewolf/config/chrome/userContent.css b/de/home/.librewolf/config/chrome/userContent.css index 497f600..0cf09c6 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -22,7 +22,8 @@ NOTE: You can use the userContent.css file without change preferences (about:con @charset "UTF-8"; /* Please write your custom CSS under this line*/ :root { - --pogmom-background-color: rgba({{{bg-red}}},{{{bg-green}}},{{{bg-blue}}},{{{bg-alpha}}}); +/* --pogmom-background-color: rgba({{{bg-red}}},{{{bg-green}}},{{{bg-blue}}},{{{bg-alpha}}});*/ + --pogmom-background-color: transparent; --in-content-page-background: #00000000 !important; --in-content-box-background: #00000088 !important; --darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;