From 0b063e21b29971a640bce6bb8cf4cce52c8d044d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 10 Oct 2025 14:45:01 -0700 Subject: [PATCH] New backup 2025-10-10 14:45:01 --- de/home/.librewolf/config/chrome/userChrome.css | 3 ++- de/home/.librewolf/config/chrome/userContent.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/de/home/.librewolf/config/chrome/userChrome.css b/de/home/.librewolf/config/chrome/userChrome.css index e51e54c..cd39752 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: #00000000 !important; } +:root { --tabpanel-background-color: #d7af87ff !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 8f4501e..497f600 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -1,7 +1,7 @@ @import url("sidebery.css"); /************************************************************************************************************************************************************************************************************************************************************* -"userContent.css" is a custom CSS file that can be used to specify CSS style rules for Floorp's intenal site using "chrome" privileges. +"userContent.css" is a custom CSS file that can be used to specify CSS style rules for Firefox's intenal site using "chrome" privileges. For instance, if you want to apply CSS at "about:newtab" and "about:home", you can use the following CSS rule: *********************************************************************** @@ -22,7 +22,7 @@ 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(17,19,23,0.4); + --pogmom-background-color: rgba({{{bg-red}}},{{{bg-green}}},{{{bg-blue}}},{{{bg-alpha}}}); --in-content-page-background: #00000000 !important; --in-content-box-background: #00000088 !important; --darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;