custom.css
... ...
@@ -445,7 +445,10 @@ h1.header-title {
445 445
}
446 446
447 447
.lex { line-height: 1.6; padding: 0.15rem 0; font-size: 1.25rem; }
448
-.lex .tagitl { font-size: 1.9em; margin-left: 0.2ch; }
448
+.lex .tagitl { font-size: 1.4em; margin-left: 0.3ch; color: #e0e0ff; }
449
+@media (prefers-color-scheme: light) {
450
+ .lex .tagitl { color: #111166; }
451
+}
449 452
.lex .lex-ipa { color: var(--muted); margin-left: 0.5ch; }
450 453
.lex .lex-rom { color: var(--muted); margin-left: 0.2ch; font-size: 0.9em; }
451 454
.lex .lex-rom::before { content: "("; }