Last active
May 1, 2024 03:45
-
-
Save notpushkin/19ef36279c9e093f51cc6ef9268ef254 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name WaniKani spacier reviews | |
@namespace [email protected] | |
@version 1.0.0 | |
@author Alexander Pushkov ([email protected]) | |
==/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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also: Bring back reviews summary page