From c972b80a6cfc66de5233ad39a7339ecea6003789 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Sat, 20 Mar 2021 20:51:09 -0400 Subject: [PATCH] Minor style tweaking --- app/static/css/dark-theme.css | 3 ++- app/static/css/light-theme.css | 2 +- app/templates/header.html | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 5f0ca1e..940f646 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -66,7 +66,8 @@ select { } #search-bar { - border: 3px solid var(--whoogle-dark-accent) !important; + border: 2px solid var(--whoogle-dark-accent) !important; + border-radius: 8px; color: var(--whoogle-dark-text) !important; } diff --git a/app/static/css/light-theme.css b/app/static/css/light-theme.css index 27741a2..a878c5e 100644 --- a/app/static/css/light-theme.css +++ b/app/static/css/light-theme.css @@ -63,7 +63,7 @@ input { #search-bar { color: var(--whoogle-text) !important; - background-color: var(--whoogle-background) !important; + background-color: var(--whoogle-background); } .home-search { diff --git a/app/templates/header.html b/app/templates/header.html index 0ad3749..9833861 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -10,9 +10,9 @@
@@ -35,9 +35,9 @@
+ border: {{ '2px solid var(--whoogle-dark-accent)' if config.dark else '' }};">