Skip to content

kanjiquizzer.com darkmode by elrystyles

Screenshot of kanjiquizzer.com darkmode

Details

Authorelrystyles

LicenseNo License

Categorykanjiquizzer

Created

Updated

Size561 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just a simple darkmode for KanjiQuizzer

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         kanjiquizzer.com darkmode
@version      20211106.12.53
@namespace    userstyles.world/user/elrystyles
@description  Just a simple darkmode for KanjiQuizzer
@author       elrystyles
@license      No License
==/UserStyle== */

@-moz-document domain("kanjiquizzer.com") {
body {
    background-color: #1f1f1f;
    color: #ffff;
    
}

.answer > div {
    background-color: #444;
}

#question-card-front > footer{
    background-color: #444;
}

#question-card-back > footer{
    background-color: #444;
}
}

Reviews

No reviews yet.