fixing paper theme login page
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s
This commit is contained in:
parent
4b78b70ede
commit
64943719da
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user