fixing paper theme login page
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s

This commit is contained in:
Kibi Kelburton 2023-12-04 09:38:50 +01:00
parent 4b78b70ede
commit 64943719da

View File

@ -451,6 +451,18 @@ html[theme="paper"] a {
color: var(--black); color: var(--black);
} }
html[theme="paper"] .login-form {
background: white;
}
html[theme="paper"] .login-form input {
color: black;
}
html[theme="paper"] .login-form button[type="submit"] {
color: black;
}
html[theme="atmos"] { html[theme="atmos"] {
--accent: #1fb2b0; --accent: #1fb2b0;
--bg: #161618; --bg: #161618;