custom.css
... ...
@@ -445,9 +445,9 @@ 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.4em; margin-left: 0.3ch; color: #e0e0ff; }
448
+.lex .tagitl { font-size: 1.4em; margin-left: 0.3ch; color: #e0e0ff; !important }
449 449
@media (prefers-color-scheme: light) {
450
- .lex .tagitl { color: #111166; }
450
+ .lex .tagitl { color: #111166; !important }
451 451
}
452 452
.lex .lex-ipa { color: var(--muted); margin-left: 0.5ch; }
453 453
.lex .lex-rom { color: var(--muted); margin-left: 0.2ch; font-size: 0.9em; }