Gets that perfect dream dark mode effect on all websites.
Dark Mode by CosmoCreeper
Details
AuthorCosmoCreeper
LicenseNo License
CategoryColor
Created
Updated
Size346 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 Mode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*") {
/* Insert code here... */
* {
background-color: black !important;
color: white !important;
}
}