For the stoneclan neocities site
Stoneclan Allegiances - Dark Mode by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categorystonecats.neocities.org
Created
Updated
Size463 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 Stoneclan Allegiances - Dark Mode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description For the stoneclan neocities site
@author Werewire
==/UserStyle== */
@-moz-document domain("stonecats.neocities.org") {
body {
background-color: #000;
color: #fff;
}
h1, p {
color: #fff;
background-color: #0000;
}
a {
color: #6f9ab2;
}
a:hover {
color: #a5d9f6;
}
}