fix dark mode button
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user