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