From bea75213877ec9142c761330c196e0edcbdcf089 Mon Sep 17 00:00:00 2001 From: gboeker Date: Thu, 7 Mar 2024 13:55:39 -0500 Subject: [PATCH 1/2] edit search ui --- static/css/style.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 2631106..1af2e5c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,3 +1,14 @@ +/* +Color Scheme + +Pink: e1948d +White: fafafa +Brown: 5e4d47 +Grey-Brown: 7d6f6b +Pink-Brown: 7F5F59 + +*/ + body { font-family: sans-serif; background: #5e4d47; @@ -227,15 +238,23 @@ p a{ } #searchBar { - width: 90%; + width: 92%; padding: 15px; - font-size: 25px; + font-size: 35px; border-radius: 5px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin: auto; + color: #fafafa; + /* background-color: #7d6f6b; */ + background-color: #b2a29d; +} +#searchBar::placeholder { + font-weight: bold; + opacity: 0.5; + color: #d2c1bd; } .text-card { From 176478a3e61997cd3b5e94d9d77c707fe7594fec Mon Sep 17 00:00:00 2001 From: gboeker Date: Thu, 7 Mar 2024 13:56:10 -0500 Subject: [PATCH 2/2] change search bar color --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 1af2e5c..99a4533 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -248,8 +248,7 @@ p a{ align-items: center; margin: auto; color: #fafafa; - /* background-color: #7d6f6b; */ - background-color: #b2a29d; + background-color: #7d6f6b; } #searchBar::placeholder { font-weight: bold;