From e7742563d4737b087faa0cc11e4e93adfeca7650 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 20 Jul 2021 17:41:40 +0200 Subject: new theme.css --- styles/search.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'styles/search.css') 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); } } -- cgit v1.2.3