New backup 2025-10-10 15:00:01

This commit is contained in:
Penelope Gwen 2025-10-10 15:00:01 -07:00
parent 0b063e21b2
commit f71b74097c
2 changed files with 4 additions and 2 deletions

View file

@ -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; }*/
/*************************************************************************************************************************************************************************************************************************************************************

View file

@ -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;