Skip to content

Instantly share code, notes, and snippets.

@kanjieater
Created June 9, 2019 17:14
Show Gist options
  • Save kanjieater/3181e8b03182aaffa225928f0ee3c1b3 to your computer and use it in GitHub Desktop.
Save kanjieater/3181e8b03182aaffa225928f0ee3c1b3 to your computer and use it in GitHub Desktop.
KanjiVocab Styles
/* KanjiVocab*/
.kv_kanji_known, .kv_kana_known {
border: 3px solid #b6d7a2 ;
border-radius: 3px;
}
.kv_kanji_mature, .kv_kana_mature {
border: 3px solid #569056;
border-radius: 3px;
}
/* exactly one */
.kv_confuse rb {
border-bottom: 3px solid tomato;
}
.kv_likely rb {
border-bottom: 3px solid #f0c674; /* yellow*/
}
.kv_unique rb {
border-bottom: 3px solid #6abedb; /*blue*/
}
.question {
font-size: 45px;
line-height: 2em;
font-family: HC Maru Gothic;
}
.question rb{padding-top:5px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment