feat: Tweak section colors on design page a little
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-10-31 16:36:38 +03:00
parent ed65536f41
commit b6a6e579fb

View file

@ -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);