diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index c74c828..90ffc83 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -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; + } } \ No newline at end of file