Skip to content

Wait But Why Cool Dark by kibybyte

Screenshot of Wait But Why Cool Dark

Details

Authorkibybyte

LicenseCC BY-NC-SA

Categorywaitbutwhy.com

Created

Updated

Size851 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple Dark Mode that is easy on the eyes for one of my most favourite blogs.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         waitbutwhy.com
@version      20210911.11.55
@namespace    userstyles.world/user/kibybyte
@description  Simple Dark Mode that is easy on the eyes for one of my most favourite blogs.
@author       kibybyte
@license      CC BY-NC-SA
==/UserStyle== */

@-moz-document domain("waitbutwhy.com") {
body {
    background-color: rgb(38, 42, 51);
    color: lightgreen;
}
a:link, a:visited, a:active,a:hover {
    color: rgb( 	216, 0, 216);
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: yellow;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: yellow;
}

.footnote-content-wrapper,.footnote2-content-wrapper{
    background-color: rgb(38, 42, 51);
    color: lightgreen;
}
}

Reviews

No reviews yet.