Added styling for romanizations (same as translations)

This commit is contained in:
2025-03-05 16:46:22 -05:00
parent 4fece83e43
commit f20c17337b

View File

@@ -38,12 +38,13 @@
fill-opacity: 0.0;
stroke-width: 1;
}
.languageText {
.languageText, .romanizationText {
visibility: hidden;
font-family: "Noto Sans";
font-size:1.25em;
pointer-events: none;
}
.language:hover ~ .languageText {
visibility: visible;
}