Added styling for romanizations (same as translations)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user