Dark theme for iknow.jp
iknow.jp dark theme, bigger text by alb404
Details
Authoralb404
LicenseNo License
Categoryiknow.jp
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Work in progress
Source code
/* ==UserStyle==
@name iknow.jp - 26/12/2022 19:59:30
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark theme iKnow.jp
@author Julien
==/UserStyle== */
@-moz-document domain("iknow.jp") {
body {
background-color: #4D5860;
background-image:none;
}
.control_panel .button {
background-color:#4D5860!important;
}
.screens {
background-color:#4D5860!important;
}
.mc-quiz-choice {
/*background-color: darkgray!important;*/
color:#282f39!important;
}
.mc-quiz-choice-highlight {
background-color: #e0a551!important;
}
.progress-bar {
background-color: #3a4248!important;
}
.screen-banner {
background-color:#4D5860!important;
}
.sentence-tab, .sentence-tab-open {
background-color: #7E8A93!important;
}
.text-and-transliteration .text{
font-size: 65px;
}
.transliteration {
color: #9a9ea4;
}
.sentence-tab .transliteration, .sentence-tab-open .transliteration {
color: inherit;
}
#nav_yes {
background-color: #549342
}
#nav_no{
background-color: #ad3e3e
}
}