Skip to content

example.com dark mode by giantballs

Screenshot of example.com dark mode

Details

Authorgiantballs

LicenseNo License

Categoryexample.com

Created

Updated

Size462 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

example.com but its dark, instead of bright.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         example.com dark mode
@version      20230627.11.59
@namespace    userstyles.world/user/giantballs
@description  example.com but its dark, instead of bright.
@author       giantballs
@license      No License
==/UserStyle== */

@-moz-document domain("example.com") {
body{
    background: #222;
    color: #ddd;
}

a{
    color: #6a85fb !important;
}

div{
    background: #333;
}
h1{
    color: #ededed;
}
}

Reviews

No reviews yet.