diff --git a/assets/themes/default/_article.scss b/assets/themes/default/_article.scss index 453e2d58..73feefb0 100644 --- a/assets/themes/default/_article.scss +++ b/assets/themes/default/_article.scss @@ -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; } } @@ -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; } }