aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-07-21 21:50:02 +0200
committerAlex Auvolat <alex@adnab.me>2023-07-21 21:50:02 +0200
commit903cc6a3711d7b501371ee3ef55ae0f50d6cd63d (patch)
treec8c6660b60c56e80fee3a71aac71d149ef622510 /html
parente3822f6f9d45e62bd0198f6f2887408235d057a1 (diff)
downloaddatagengo-903cc6a3711d7b501371ee3ef55ae0f50d6cd63d.tar.gz
datagengo-903cc6a3711d7b501371ee3ef55ae0f50d6cd63d.zip
Add dictionnary entries
Diffstat (limited to 'html')
-rw-r--r--html/style.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/html/style.css b/html/style.css
index e312f06..7fdbc5e 100644
--- a/html/style.css
+++ b/html/style.css
@@ -12,7 +12,7 @@ td {
.ja {
text-align: center;
- font-size: 2em;
+ font-size: 2rem;
}
.ja:hover .char_cur {
@@ -33,13 +33,9 @@ td {
.en {
text-align: center;
- font-size: 1.2em;
+ font-size: 1.2rem;
}
-.en .expl {
- color: transparent;
-}
-
-.en:hover .expl {
- color: black;
+details .chars {
+ font-size: 3rem;
}