Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Last active May 1, 2024 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notpushkin/19ef36279c9e093f51cc6ef9268ef254 to your computer and use it in GitHub Desktop.
Save notpushkin/19ef36279c9e093f51cc6ef9268ef254 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name WaniKani spacier reviews
@namespace wanikani-spacier-reviews@ale.sh
@version 1.0.0
@author Alexander Pushkov (hey@ale.sh)
==/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;
}
}
@notpushkin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment