Makes the background black and the text white
Dark mode for rupumped.github.io by rupumped
Details
Authorrupumped
LicenseCC Zero
Categorygithub
Created
Updated
Size365 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 rupumped.github.io
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("rupumped.github.io") {
body {
background: black;
color: white;
}
h1,p.teaser {
color: white;
}
a.item:hover {
text-decoration-line: underline;
text-decoration-color: white;
}
}