diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0b708f6..a9d60f6 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,22 @@ table { font-family: 'MS PGothic', Osaka, Arial, sans-serif; } +.ja_main { + margin-top: 0; +} + +.ja_main a { + color: black; +} + +.ja rt { + visibility: hidden; +} + +.ja:hover rt { + visibility: visible; +} + .ja:hover .char_cur { color: red; } |