Skip to content

Commit

Permalink
Fix SCSS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Apr 16, 2023
1 parent 19f1842 commit 8bdd481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/themes/default/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ main .article-meta {
fill: currentColor;
}
.action.liked:hover svg.feather {
background: transparentize($red, 0.75)
background: transparentize($red, 0.75);
color: $red;
}
}
Expand All @@ -252,7 +252,7 @@ main .article-meta {
background: $primary;
}
.action.reshared:hover svg.feather {
background: transparentize($primary, 0.75)
background: transparentize($primary, 0.75);
color: $primary;
}
}
Expand Down

0 comments on commit 8bdd481

Please sign in to comment.