This commit is contained in:
0x1eef 2023-10-24 04:31:26 -03:00
parent 6179b8928c
commit 6768a6650b
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
.content.theme.blue { .content.theme.blue {
@import "themes/blue/colors"; @import "themes/blue/colors";
.footer { ul.body.stream li, .footer {
.play.icon { .play.icon {
fill: $blue1; fill: $blue1;
stroke: darken($blue1, 40%); stroke: darken($blue1, 40%);
@ -11,7 +11,6 @@
.pause.icon { .pause.icon {
background: unset; background: unset;
rect { rect {
fill: $blue1;
stroke: darken($blue1, 40%); stroke: darken($blue1, 40%);
stroke-width: 1px; stroke-width: 1px;
} }

View file

@ -1,7 +1,7 @@
.content.theme.green { .content.theme.green {
@import "themes/green/colors"; @import "themes/green/colors";
.footer { ul.body.stream li, .footer {
.play.icon { .play.icon {
background: unset; background: unset;
g path { g path {
@ -24,6 +24,12 @@
background: unset; background: unset;
fill: $green1; fill: $green1;
} }
.sound-on.icon, .sound-off.icon {
g polygon {
fill: $green1;
}
}
} }
.stalled.icon { .stalled.icon {