fix: white on white login text

This commit is contained in:
Eli Bosley
2025-09-10 14:59:10 -04:00
parent c569043ab5
commit ae4d3ecbc4
+5
View File
@@ -146,4 +146,9 @@
/* Style for Unraid progress frame */
iframe#progressFrame {
background-color: var(--background-color);
}
/* Global input text color when SSO button is present (for login page) */
body:has(unraid-sso-button) input {
color: #1b1b1b !important;
}