fixed bug with pageopts

This commit is contained in:
2026-02-08 17:22:29 +11:00
parent c16a82f2ad
commit 1a2bdaf4cf
2 changed files with 7 additions and 4 deletions

View File

@@ -829,6 +829,9 @@
.text-yellow {
color: var(--yellow);
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}