From b6a6e579fb1d72df23ecaf1a919bf33ba2bae487 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 31 Oct 2023 16:36:38 +0300 Subject: [PATCH] feat: Tweak section colors on design page a little --- sass/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/custom.scss b/sass/custom.scss index 03f1a4b..c387788 100644 --- a/sass/custom.scss +++ b/sass/custom.scss @@ -80,15 +80,15 @@ $glow: 0 0 0 1px color.scale($primary-color, $alpha: -95%), } section#original-icons { - background-color: rgba(98, 160, 234, 0.2); + background-color: rgba(98, 160, 234, 0.5); } section#redrawn-icons { - background-color: rgba(87, 227, 137, 0.2); + background-color: rgba(87, 227, 137, 0.5); } section#wallpapers { - background-color: rgba(255, 163, 72, 0.2); + background-color: rgba(255, 163, 72, 0.5); img { border-radius: var(--rounded-corner);