fix dark mode button

This commit is contained in:
2025-05-10 20:58:16 +01:00
parent 2b7d8fe691
commit 70f82b8fa2

View File

@@ -9,8 +9,8 @@
:root {
--background-color: #030712;
--text-color: #f3f4f6;
--button-color: #f3f4f6;
--button-text-color: #030712;
--button-color: #1f2937;
--button-text-color: #f3f4f6;
}
}
@@ -88,6 +88,11 @@ button {
font-weight: 500;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
@media (prefers-color-scheme: dark) {
button {
border: 0;
}
}
footer {
padding-top: 2rem;