Skip to content

Clevelandclinic primitive dark mode by likeusb

Screenshot of Clevelandclinic primitive dark mode

Details

Authorlikeusb

LicenseNo License

Category*.clevelandclinic.org

Created

Updated

Size735 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It doesn't do that much, but it does make it a dark mode, which should be more pleasing on the eyes than the light mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           clevelandclinic.org - Jan 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("clevelandclinic.org") {
    /* Insert code here... */
    body {
        background-color: #3e3e3e;
    }

    .text-gray-800 {
        color: #fff;
    }

    .text-gray-900 {
        color: #c4c4c4;
    }

    .bp1100\:bg-white {
        background-color: #313131;
    }
    
    .bg-gray-300 {
        background-color: #3e3e3e;
    }

    .bg-white {
        background-color: #3e3e3e;
    }

    .fill-gray-700 {
        fill: white;
    }

    .bg-paleGreen-050 {
        background-color: #353630;
    }
}

Reviews

No reviews yet.