made some small fixes to hyprscreencast

This commit is contained in:
2025-03-09 15:59:10 +01:00
parent eebf7c666d
commit 059a1e1a8c
2 changed files with 7 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
$sc-label-active: maroon;
$sc-label-inactive: gainsboro;
background: $sc-inactive;
color: $sc-label-inactive;
background: $sc-active;
color: $sc-label-active;
&--active{
background: $sc-active;
color: $sc-label-active;
background: $sc-inactive;
color: $sc-label-inactive;
}
}