diff options
author | amzrk2 | 2020-04-13 22:32:11 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 22:32:11 +0800 |
commit | e87237c1079c7e8264402d9448aebcd2e58bca3f (patch) | |
tree | a94bec9f9ecabab1e1f71965a292a80eff48a158 /assets | |
parent | d66f642e5bd9b9680d1bb46e5969164bb8162805 (diff) | |
download | hugo-theme-fuji-e87237c1079c7e8264402d9448aebcd2e58bca3f.tar.gz hugo-theme-fuji-e87237c1079c7e8264402d9448aebcd2e58bca3f.tar.bz2 hugo-theme-fuji-e87237c1079c7e8264402d9448aebcd2e58bca3f.zip |
Apply link css to markdown content
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/_markdown.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/sass/_markdown.scss b/assets/sass/_markdown.scss index cb54e26..197f5b8 100644 --- a/assets/sass/_markdown.scss +++ b/assets/sass/_markdown.scss @@ -29,4 +29,6 @@ hr { background-color: $color-spliter; } + + @include link-secondary(); }
\ No newline at end of file |