Skip to content

Egg Drop Soup - Dark Mode by werewire

Screenshot of Egg Drop Soup - Dark Mode

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categorygreg-kennedy.com

Created

Updated

Size375 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes the website dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Egg Drop Soup - Dark Mode
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Werewire
==/UserStyle== */

@-moz-document url-prefix("https://greg-kennedy.com/dragcave/") {
    body {
    color: #fff;
    background-color: #111;
    }
    
    a {
  color: #7eceed !important;
}
}

Reviews

No reviews yet.