From d5d553d51a37baf52b0d703eae366d87f4475c26 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 28 Jan 2020 10:49:52 -0500 Subject: [PATCH] make search bar higher contrast to see if it does anything --- ui/scss/component/_wunderbar.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_wunderbar.scss b/ui/scss/component/_wunderbar.scss index 214bf4966..6f3df429d 100644 --- a/ui/scss/component/_wunderbar.scss +++ b/ui/scss/component/_wunderbar.scss @@ -15,7 +15,7 @@ height: 100%; position: absolute; z-index: 1; - stroke: var(--color-input-placeholder); + stroke: white; } } @@ -53,6 +53,13 @@ padding-right: var(--spacing-small); padding-left: 2.5rem; transition: all 0.2s; + background-color: #677e87; + color: white; + + &::placeholder { + color: white; + opacity: 0.8; + } &:focus { border-radius: var(--border-radius);