Skip to content

Spacier reviews for WaniKani by notpushkin

Screenshot of Spacier reviews for WaniKani

Details

Authornotpushkin

LicenseCC Zero

Categorywanikani.com

Created

Updated

Size706 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
  }
}

Reviews

No reviews yet.