diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-20 17:41:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-20 17:41:40 +0200 |
commit | e7742563d4737b087faa0cc11e4e93adfeca7650 (patch) | |
tree | 610e9a178a93ee85285d61715aacb17a63ef4d67 /styles/button.css | |
parent | ff2cb35e8a238b94e4be59154207590adc81fa8c (diff) |
new theme.css
Diffstat (limited to 'styles/button.css')
-rw-r--r-- | styles/button.css | 6 |
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; } -} |