aboutsummaryrefslogtreecommitdiff
path: root/styles/button.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/button.css')
-rw-r--r--styles/button.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/styles/button.css b/styles/button.css
index d3a44e3..9efe41f 100644
--- a/styles/button.css
+++ b/styles/button.css
@@ -1,7 +1,4 @@
.button {
- background-color: var(--fire-opal);
- color: var(--fg) !important;
-
padding: 12px;
min-width: 200px;
text-align: center;
@@ -23,6 +20,3 @@
a.button { min-width: calc(200px - 2 * 12px); }
a.button::after { display: none; }
-@media (prefers-color-scheme: light) {
- .button { color: var(--bg) !important; }
-}