Native dark mode will be everywhere. Even Example Domain.
Dark Example by commenter25
Imported and mirrored from https://raw.githubusercontent.com/Commenter25/userstyles/master/darkexample/darkexample.user.css
Details
Authorcommenter25
LicenseUnlicense
Categoryexample
Created
Updated
Size568 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Example
@namespace github.com/Commenter25
@version 1.0.1
@description Native dark mode will be everywhere. Even Example Domain.
@author Commenter25
@homepageURL https://github.com/Commenter25/userstyles
@supportURL https://github.com/Commenter25/userstyles/issues
@license Unlicense
==/UserStyle== */
@-moz-document domain("example.com"), domain("example.net"), domain("example.org") {
body { background: #252525; color: #ccc }
div { background: #333 }
a:link, a:visited { color: #5af }
}