Skip to content

STYLUS_DARK by dec-iade

Details

Authordec-iade

LicenseNo License

Categorystylus dark mode

Created

Updated

Size913 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

STYLUS_DARK

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         STYLUS_DARK
@namespace    https://github.com/DEC-IADe
@description  Stylus Script Dark mode
@author       IADe (https://github.com/DEC-IADe)
@version      1.0.0
@license      Open Source
==/UserStyle== */
/* adegard 2021 
Stylus_DARK_MODE.css
***
This code allows to switch google dDRIVE oc in Dark Mode to save your eyes.
***
It can be installed with Stylus Chrome extension.
https://userstyles.world/style/281/stylus-dark
*/
@-moz-document domain("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/") {
    body {
        margin: 0;
        font: 12px arial, sans-serif;
        color: #93b5d3;
        background: #171717;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        height: 22px;
        font: inherit;
        color: #a17676;
    }

    a,
    .disabled a:hover {
        color: #5777c7;
        transition: color .5s;
    }
}

Reviews

No reviews yet.