diff options
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 7bf54c7..e312f06 100644 --- a/html/style.css +++ b/html/style.css @@ -30,3 +30,16 @@ td { .ja:hover .char_bad { color: grey; } + +.en { + text-align: center; + font-size: 1.2em; +} + +.en .expl { + color: transparent; +} + +.en:hover .expl { + color: black; +} |