Skip to content

grammarly dark mode by raven

Details

Authorraven

LicenseNo License

Categorygrammarly.com

Created

Updated

Size908 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

no blind eyes. feel free to do anything with the code, i prolly wont come back in years

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Grammarly dark mode
@namespace      raven-grmly
@version        1.0.0
@description    dark mode
@author         raven
==/UserStyle== */

@-moz-document domain("grammarly.com") {
    body, #page > div > div, ._9eNAB-page{
        background: #181818 !important;
    }
    h1, h2, h3, h4, h5, div{
        color: #c5c5c5 !important;
    }
    path{
        fill: #c5c5c5 !important;
    }
    nav{
        background: #121212 !important;
    }
    .O6L3v-checkText, ._30TK9-textarea{
        background: #2f2f2f !important;
        border: 1px solid #2f2f2f !important;
    }
    textarea{
        background: #181818 !important;
        color: #c5c5c5 !important;
    }
    ._2UyJJ-wrapper>* {
        -webkit-box-shadow: 0 0px 48px rgba(189, 189, 189, .2) !important;
        box-shadow: 0 0px 48px rgba(189, 189, 189, .2) !important;
    }
}

Reviews

No reviews yet.