Skip to content

Commit

Permalink
Fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 24, 2023
1 parent 6179b89 commit 6768a66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/css/themes/blue/components/_Icon.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.content.theme.blue {
@import "themes/blue/colors";

.footer {
ul.body.stream li, .footer {
.play.icon {
fill: $blue1;
stroke: darken($blue1, 40%);
Expand All @@ -11,7 +11,6 @@
.pause.icon {
background: unset;
rect {
fill: $blue1;
stroke: darken($blue1, 40%);
stroke-width: 1px;
}
Expand Down
8 changes: 7 additions & 1 deletion src/css/themes/green/components/_Icon.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.content.theme.green {
@import "themes/green/colors";

.footer {
ul.body.stream li, .footer {
.play.icon {
background: unset;
g path {
Expand All @@ -24,6 +24,12 @@
background: unset;
fill: $green1;
}

.sound-on.icon, .sound-off.icon {
g polygon {
fill: $green1;
}
}
}

.stalled.icon {
Expand Down

0 comments on commit 6768a66

Please sign in to comment.