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 {
background: unset;
rect {
fill: $blue1;
stroke: darken($blue1, 40%);
stroke-width: 1px;
}

View file

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