From e3822f6f9d45e62bd0198f6f2887408235d057a1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 21 Jul 2023 19:46:21 +0200 Subject: add explanation on hover --- html/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'html') 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; +} -- cgit v1.2.3