diff options
author | Alex Auvolat <alex@adnab.me> | 2023-07-21 19:46:21 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-07-21 19:46:21 +0200 |
commit | e3822f6f9d45e62bd0198f6f2887408235d057a1 (patch) | |
tree | 71e15f5ea1bb45f29ffea7910b53034c977dd049 /html | |
parent | bea3b164d3da23d6cf1e41d7f054b03bdf858346 (diff) | |
download | datagengo-e3822f6f9d45e62bd0198f6f2887408235d057a1.tar.gz datagengo-e3822f6f9d45e62bd0198f6f2887408235d057a1.zip |
add explanation on hover
Diffstat (limited to 'html')
-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; +} |