Just a simple darkmode for KanjiQuizzer
kanjiquizzer.com darkmode by elrystyles
Details
Authorelrystyles
LicenseNo License
Categorykanjiquizzer
Created
Updated
Size561 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}