[Glitch] Update color alpha blending to use Sass color functions

Port 95111e88e3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Alan
2025-08-18 09:55:38 -06:00
committed by Claire
parent 9871aeed20
commit 903eefd420
9 changed files with 115 additions and 95 deletions

View File

@@ -1,3 +1,4 @@
@use 'sass:color';
@use 'variables' as *;
@use 'functions' as *;
@@ -16,7 +17,7 @@
padding: 15px;
text-decoration: none;
color: inherit;
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
box-shadow: 0 0 15px color.change($base-shadow-color, $alpha: 0.2);
}
& > a {