[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 'sass:math';
@use 'functions' as *;
@use 'variables' as *;
@@ -1276,7 +1277,7 @@ a.name-tag,
}
path:first-child {
fill: rgba($highlight-text-color, 0.25) !important;
fill: color.change($highlight-text-color, $alpha: 0.25) !important;
fill-opacity: 1 !important;
}