Skip to content

Stoneclan Allegiances - Dark Mode by werewire

Screenshot of Stoneclan Allegiances - Dark Mode

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

For the stoneclan neocities site

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

Reviews

No reviews yet.