Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Last active March 27, 2023 15:01
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.
@-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