Update public/s/css/f0ck.css
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 0s

This commit is contained in:
Kibi Kelburton 2025-01-24 04:41:11 +00:00
parent b86b739d38
commit 75cea742d7

View File

@ -463,6 +463,10 @@ html[theme="paper"] .login-form button[type="submit"] {
color: black;
}
html[theme="paper"] .btn.disabled {
text-shadow: 1px 1px 3px;
}
html[theme="atmos"] {
--accent: #1fb2b0;
--bg: #161618;
@ -3097,4 +3101,8 @@ input#s_avatar {
.nav-link {
border-radius: 0;
}
.metadata {
grid-template-columns: auto;
}
}