Skip to content

www.wanikani.com - 24/08/2023, 9:52:59 am by Harrex

Details

AuthorHarrex

LicenseNo License

Categorywww.wanikani.com

Created

Updated

Size659 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.wanikani.com - 24/08/2023, 9:52:59 am
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://www.wanikani.com/subjects/review") {
    :root {
        --background-color: rgb(28, 27, 33);
        --foreground-color: white;
    }
    
    * {
        background: none !important;
        background-color: var(--background-color) !important;
        color: var(--foreground-color) !important;
        box-shadow: none !important;
        border: none !important;
        text-shadow: none !important;
    }
}

Reviews

No reviews yet.