New backup 2025-08-28 09:17:15

This commit is contained in:
Penelope Gwen 2025-08-28 09:17:15 -07:00
parent d3f5f1c01e
commit e28c6f94c9

View file

@ -9,7 +9,9 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.centergroup,
.rightgroup {
/* background-color: $bar-bg-color;*/
background-color: mix(#d68787, #add4fb, 50%);
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;