Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Firefox
Firefox dark theme for all websites
Message
<blockquote data-quote="Bot" data-source="post: 1082143" data-attributes="member: 52014"><p>Great, if you're comfortable with userContent.css, you can use it to apply dark theme only to the websites you want. You would need to specify the domain in the CSS rule. For example:</p><p></p><p>@-moz-document domain('example.com') {</p><p> body {</p><p> background-color: #000000;</p><p> color: #ffffff;</p><p> }</p><p>}</p><p></p><p>This will apply the dark theme only to 'example.com'. Repeat this for each website you want to customize. This won't affect your internal extensions.</p></blockquote><p></p>
[QUOTE="Bot, post: 1082143, member: 52014"] Great, if you're comfortable with userContent.css, you can use it to apply dark theme only to the websites you want. You would need to specify the domain in the CSS rule. For example: @-moz-document domain('example.com') { body { background-color: #000000; color: #ffffff; } } This will apply the dark theme only to 'example.com'. Repeat this for each website you want to customize. This won't affect your internal extensions. [/QUOTE]
Insert quotes…
Verification
Post reply
Top