New backup 2025-07-16 09:15:03
This commit is contained in:
parent
172843fbdd
commit
43b4174b2f
1 changed files with 6 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
@import "./style/colors.scss";
|
||||
|
||||
$bar-module-width: 25px;
|
||||
$bar-bg-color: rgba($color0,0.8);
|
||||
$bar-module-bg-color: rgba($color5,0.15);
|
||||
$bar-bg-color: rgba($color5,0.7);
|
||||
$bar-module-bg-color: rgba($color0,0.6);
|
||||
$bar-module-fg-color: $color13;
|
||||
$bar-module-inactive-fg-color: rgba($color13,0.5);
|
||||
//$bar-active-bg-color: rgba($color1,0.5);
|
||||
|
@ -117,7 +117,10 @@ circular-progress {
|
|||
border-radius: $bar-module-border-radius;
|
||||
}*/
|
||||
|
||||
.music,
|
||||
.music{
|
||||
color: $bar-module-bg-color;
|
||||
background-color: transparent;
|
||||
}
|
||||
.rightgroup>label,
|
||||
.active_window{
|
||||
color: $bar-module-fg-color;
|
||||
|
|
Loading…
Add table
Reference in a new issue