mirror of
https://github.com/unraid/api.git
synced 2026-05-24 02:08:57 -05:00
fix: white on white login text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user