From 6371ca061621172e4d4fccfffc0cf36461dfae34 Mon Sep 17 00:00:00 2001 From: Braulio Rivas Abad Date: Tue, 25 Jun 2024 16:27:32 -0500 Subject: [PATCH] change to single grey color --- css/filter.css | 2 +- css/toggle.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/filter.css b/css/filter.css index b12f8d46..721ef365 100644 --- a/css/filter.css +++ b/css/filter.css @@ -2,7 +2,7 @@ min-width: 100px; position: fixed; flex-direction: column; - background-color: #f5f5f5; + background-color: #e1e1e1; border-radius: 5px; padding: 10px; top: 10px; diff --git a/css/toggle.css b/css/toggle.css index 9a173f24..d877a96c 100644 --- a/css/toggle.css +++ b/css/toggle.css @@ -33,7 +33,7 @@ left: 0; right: 0; bottom: 0; - background-color: #ccc; + background-color: #e1e1e1; -webkit-transition: 0.4s; transition: 0.4s; }