diff options
author | amzrk2 | 2020-07-29 16:58:08 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 16:58:08 +0800 |
commit | e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2 (patch) | |
tree | 9318cb6f21bee83b5ca547d13daee34cfb34aefa /assets/scss/_fuji-style | |
parent | 9c6bc389d4394b1dfc4ed6b99b2454aee29ce836 (diff) | |
download | hugo-theme-fuji-e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2.tar.gz hugo-theme-fuji-e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2.tar.bz2 hugo-theme-fuji-e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2.zip |
Fix missing search button icon
Diffstat (limited to 'assets/scss/_fuji-style')
-rw-r--r-- | assets/scss/_fuji-style/_content.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/scss/_fuji-style/_content.scss b/assets/scss/_fuji-style/_content.scss index d28ca5c..1c10be2 100644 --- a/assets/scss/_fuji-style/_content.scss +++ b/assets/scss/_fuji-style/_content.scss @@ -198,8 +198,15 @@ article { padding: 0 0.5rem; word-break: keep-all; height: 2.5rem; + + &:hover { + i { + color: var(--color-primary); + } + } - ion-icon { + i { + color: var(--color-mute); height: 100%; font-size: 1.6rem; } |