fixed bug with pageopts

This commit is contained in:
2026-02-08 17:22:29 +11:00
parent ac38025b77
commit e94a212a08
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;
}