From be31dbfbd70710ad545bc575f4367daf5d858c2d Mon Sep 17 00:00:00 2001 From: Sanjit Joseph <78522615+sm-joseph@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:09:09 -0800 Subject: [PATCH] Style search bar --- source/static/homepage.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/static/homepage.css b/source/static/homepage.css index 1295b07..a9e01c6 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -52,6 +52,9 @@ body { .search-bar { display: flex; justify-content: center; + font-family: 'Century Gothic'; + font-weight: bold; + color: #516754; } #sort{