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/card.css | |
parent | ff2cb35e8a238b94e4be59154207590adc81fa8c (diff) |
new theme.css
Diffstat (limited to 'styles/card.css')
-rw-r--r-- | styles/card.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/styles/card.css b/styles/card.css index 0b3a20c..f49b40e 100644 --- a/styles/card.css +++ b/styles/card.css @@ -1,5 +1,5 @@ .postCard { - background-color: var(--oxford-blue); + background-color: var(--bg-alt); padding: 12px; border-radius: 8px; @@ -27,9 +27,3 @@ font-weight: 500; } -@media (prefers-color-scheme: light) { - .postCard { - background-color: var(--heliotrope-gray); - } -} - |