Japanese title tokenizer

This commit is contained in:
2017-07-11 16:54:17 +02:00
parent 4743103595
commit 61c0f2a6d2
4 changed files with 28 additions and 4 deletions

View File

@ -27,4 +27,16 @@ p > img
max-width 100%
border-radius 3px
display inherit
margin 0 auto
margin 0 auto
.furigana
opacity 0.25
transition opacity transition-speed ease, transform transition-speed ease
transform translateY(0)
.japanese
color text-color
:hover
.furigana
opacity 1
transform translateY(-2px)