feat: Replace deprecated sass color functions

This commit is contained in:
sthag 2025-10-25 09:03:58 +02:00
parent 41c5757790
commit 50b0d864c2
5 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,5 @@
@use "sass:color";
@mixin nav-spacer($name, $size, $orientation) {
.spacer.#{$name} {
width: $size;
@ -35,7 +37,7 @@
&>header,
&>footer {
background-color: transparentize($color_back_io, .5);
background-color: color.adjust($color_back_io, $alpha: -.5);
&:hover {
background-color: $color_back_io;