Created
June 9, 2019 17:14
-
-
Save kanjieater/3181e8b03182aaffa225928f0ee3c1b3 to your computer and use it in GitHub Desktop.
KanjiVocab Styles
This file contains hidden or 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
/* 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