From f3747cf0f10d544e2a27606d8adddc3b21a8992a Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Wed, 27 Nov 2019 14:04:39 +0100 Subject: [PATCH] Changed the color of the searchbar --- resources/css/cssall.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/cssall.css b/resources/css/cssall.css index 24796fe..b879eea 100644 --- a/resources/css/cssall.css +++ b/resources/css/cssall.css @@ -20,8 +20,8 @@ body { } /* Search */ .searchBar { - background-color: #1b1b1f; - border: #1b1b1f 2px solid; + background-color: #2d2d33; + border: #2d2d33 2px solid; position: absolute; color: white; font-family: 'Open Sans', sans-serif;