Update template.css

This commit is contained in:
2026-02-19 19:29:34 -06:00
parent 1ece5720eb
commit 34e1d0d0cb

View File

@@ -16887,7 +16887,8 @@ form .form-select {
background: var(--muted-color);
box-shadow: var(--box-shadow);
font: inherit;
color: var(--white);
color: var(--body-bg);
font-weight: 600px;
}
#mokoThemeFab.pos-br {
@@ -16952,7 +16953,7 @@ button#mokoThemeSwitch {
}
#mokoThemeFab button {
color: var(--white);
color: var(--body-bg);
}
body.site.error-page {