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 {