Skip to content

Dark Example by commenter25

Imported and mirrored from https://raw.githubusercontent.com/Commenter25/userstyles/master/darkexample/darkexample.user.css

Screenshot of Dark Example

Details

Authorcommenter25

LicenseUnlicense

Categoryexample

Created

Updated

Size568 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Native dark mode will be everywhere. Even Example Domain.

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

Reviews

No reviews yet.