aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
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;
}