Increase ruby character size

This commit is contained in:
Kris 2018-08-03 13:37:08 -04:00
parent 535732bdc1
commit 072f5ce825

View File

@ -121,3 +121,8 @@ tr {
animation: background-fade-highlight 2.5s ease-out; animation: background-fade-highlight 2.5s ease-out;
} }
} }
// https://en.wikipedia.org/wiki/Ruby_character
ruby > rt {
font-size: 72%; // ~10px with 14px base
}