From 8bdd481e0d3bf5aba1c75195c63880a437ea2bbf Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 16 Apr 2023 16:10:54 +0900 Subject: [PATCH] Fix SCSS errors --- assets/themes/default/_article.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }