New backup 2025-08-28 12:32:15

This commit is contained in:
Penelope Gwen 2025-08-28 12:32:15 -07:00
parent f7a12487d0
commit 33ed9eb20e

View file

@ -8,10 +8,12 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.leftgroup,
.centergroup,
.rightgroup {
/* background-color: $bar-bg-color;*/
background-color: mix($color5, $color12);
/* background-color: lighter($bar-bg-color);*/
/* background-color: darker(mix(#d68787, #add4fb, 50%));*/
background-color: $bar-bg-color;
& .profile-work {
background-color: mix($color5, $color12);
}
/* background-color: lighter($bar-bg-color);
background-color: darker(mix(#d68787, #add4fb, 50%));*/
border-radius: $bar-module-border-radius;
border: 3px solid $bar-module-fg-color;
box-shadow: 0px 0px 9px 0px $bar-module-fg-color;