Skip to content

Dark mode for rupumped.github.io by rupumped

Screenshot of Dark mode for rupumped.github.io

Details

Authorrupumped

LicenseCC Zero

Categorygithub

Created

Updated

Size365 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the background black and the text white

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

Reviews

No reviews yet.