diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-28 16:22:16 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-28 16:22:16 +0100 |
commit | b78034ad5bf65f1dfe390861f72bed827e2ab1b8 (patch) | |
tree | aa42b4edc8d2a44bb5c41890089cb754ca7d40d7 /static | |
parent | 64568528b13d08ceaa0c36c20b3aa20d966cfdcb (diff) | |
download | datagengo-b78034ad5bf65f1dfe390861f72bed827e2ab1b8.tar.gz datagengo-b78034ad5bf65f1dfe390861f72bed827e2ab1b8.zip |
add furigana to main examples and persist furigana in batches.json
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; } |