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/search.css | |
parent | ff2cb35e8a238b94e4be59154207590adc81fa8c (diff) |
new theme.css
Diffstat (limited to 'styles/search.css')
-rw-r--r-- | styles/search.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/styles/search.css b/styles/search.css index 270f2f6..e424b6b 100644 --- a/styles/search.css +++ b/styles/search.css @@ -1,5 +1,5 @@ .searchBar { - background-color: var(--heliotrope-gray); + background-color: var(--fg-alt); border-radius: 8px; padding: 12px; margin-bottom: 24px; @@ -16,9 +16,6 @@ padding: 14px 0; vertical-align: top; - - font-family: "Inter", sans-serif; - font-size: 16px; } .searchBar .input::placeholder { @@ -34,7 +31,7 @@ line-height: 0; min-width: unset; background-color: var(--bg); - color: var(--heliotrope-gray) !important; + color: var(--fg-alt) !important; } .searchResults .post::after { @@ -47,7 +44,7 @@ padding: 12px; margin-bottom: 12px; - background-color: var(--oxford-blue); + background-color: var(--bg-alt); color: var(--fg); } @@ -66,7 +63,5 @@ @media (prefers-color-scheme: light) { .searchBar { background-color: var(--fg); } .searchBar .button { color: var(--fg) !important; } - - .searchResults .post { background-color: var(--heliotrope-gray); } } |