Fix Icon (blue theme)

This commit is contained in:
0x1eef 2023-10-24 04:35:38 -03:00
parent 6768a6650b
commit 56fe18ea95
2 changed files with 1 additions and 3 deletions

View file

@ -11,6 +11,7 @@
.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

@ -3,7 +3,6 @@
ul.body.stream li, .footer { ul.body.stream li, .footer {
.play.icon { .play.icon {
background: unset;
g path { g path {
fill: $green1; fill: $green1;
stroke: $green1; stroke: $green1;
@ -12,7 +11,6 @@
} }
.pause.icon { .pause.icon {
background: unset;
g rect { g rect {
fill: $green1; fill: $green1;
stroke: $green1; stroke: $green1;
@ -21,7 +19,6 @@
} }
.refresh.icon { .refresh.icon {
background: unset;
fill: $green1; fill: $green1;
} }