New backup 2025-10-10 14:45:01
This commit is contained in:
parent
dd89c57008
commit
0b063e21b2
2 changed files with 4 additions and 3 deletions
|
@ -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; }*/
|
||||
|
||||
/*************************************************************************************************************************************************************************************************************************************************************
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue