dotfiles/de/home/.librewolf/config/chrome/userContent.css
2025-08-23 17:00:02 -07:00

27 lines
1.5 KiB
CSS

@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.
For instance, if you want to apply CSS at "about:newtab" and "about:home", you can use the following CSS rule:
***********************************************************************
@-moz-document url-prefix("about:newtab"), url-prefix("about:home") { *
background-color: green;
*
* Write your css * *
*
} *
***********************************************************************
NOTE: You can use the userContent.css file without change preferences (about:config)
************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Please write your custom CSS under this line*/
:root {
--in-content-page-background: #00000000 !important;
--in-content-box-background: #00000088 !important;
}