I’ve made a little userstyle to bring some of the old desktop look back.
See also: Bring back reviews summary
Authornotpushkin
LicenseCC Zero
Categorywanikani.com
Created
Updated
Size706 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
I’ve made a little userstyle to bring some of the old desktop look back.
See also: Bring back reviews summary
/* ==UserStyle==
@name Spacier reviews for WaniKani
@namespace github.com/openstyles/stylus
@version 1.0.0
@description I’ve made a little userstyle to bring some of the old desktop look back
@author Alexander Pushkov
==/UserStyle== */
@-moz-document domain("wanikani.com") {
:root {
--color-quiz-srs-correct-background: var(--color-quiz-correct-background);
}
.character-header__menu,
.character-header__characters {
margin-bottom: var(--spacing-xxxloose);
}
.quiz-input__question-type-container {
padding-block: var(--spacing-normal);
font-size: 24px;
}
.quiz-input__input:focus {
outline: none;
}
}