aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-11-28 16:22:16 +0100
committerAlex Auvolat <alex@adnab.me>2023-11-28 16:22:16 +0100
commitb78034ad5bf65f1dfe390861f72bed827e2ab1b8 (patch)
treeaa42b4edc8d2a44bb5c41890089cb754ca7d40d7 /static
parent64568528b13d08ceaa0c36c20b3aa20d966cfdcb (diff)
downloaddatagengo-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.css16
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;
}