From 08333b70bbbb4b8b22b4285c4704560a5271c5df Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 18 Nov 2023 18:17:05 +0200 Subject: [PATCH] increase contrast --- src/components/widgets/Search.module.css | 8 ++++---- src/components/widgets/Weather.module.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/widgets/Search.module.css b/src/components/widgets/Search.module.css index e03ad17..a96537f 100644 --- a/src/components/widgets/Search.module.css +++ b/src/components/widgets/Search.module.css @@ -11,8 +11,8 @@ padding: 11px 20px; width: 100px; text-align: center; - background-color: rgba(0, 0, 0, 0.2); - border-bottom: 2px solid rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.4); + border-bottom: 2px solid rgba(0, 0, 0, 0.4); font-family: Nova Mono; } @@ -22,8 +22,8 @@ border: 0; font-size: 1rem; backdrop-filter: blur(10px); - background-color: rgba(0, 0, 0, 0.2); - border-bottom: 2px solid rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.4); + border-bottom: 2px solid rgba(0, 0, 0, 0.4); color: var(--color-text); transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; diff --git a/src/components/widgets/Weather.module.css b/src/components/widgets/Weather.module.css index af0ca4a..5b332fd 100644 --- a/src/components/widgets/Weather.module.css +++ b/src/components/widgets/Weather.module.css @@ -9,7 +9,7 @@ gap: .5rem; backdrop-filter: blur(10px); - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.4); } .FeelsLike {