Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
583 B

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.card {
font-family: 'Noto Sans JP';
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
.hidden {
display: none;
}
.low-pitch {
text-decoration: none;
border-bottom: 3px dashed #512da8;
}
.high-pitch {
font-weight: normal;
border-left: 3px dashed #512da8;
border-top: 3px dashed #512da8;
border-right: 3px dashed #512da8;
}
.high-pitch-unterminated {
font-weight: normal;
border-left: 3px dashed #512da8;
border-top: 3px dashed #512da8;
}