diff options
author | amzrk2 | 2020-05-07 14:02:21 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 14:02:21 +0800 |
commit | 472da312f4bae5078455f0590bdcea062c19007b (patch) | |
tree | 6451595ee87dd37dd4c40c6f389e5c4421adf2df /README.md | |
parent | f3b1365b93d6af9e52f4fec54ce30f464468f08e (diff) | |
download | hugo-theme-fuji-472da312f4bae5078455f0590bdcea062c19007b.tar.gz hugo-theme-fuji-472da312f4bae5078455f0590bdcea062c19007b.tar.bz2 hugo-theme-fuji-472da312f4bae5078455f0590bdcea062c19007b.zip |
Custom background color support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ $color-primary-dark: #3B469B; // apply to links:hover and pagination:current $color-secondary: #8F82BC; // apply to titles:hover, normal links, tags, pagination and sidebars $color-mute: #9EA1A3; // apply to sub-title and post metadata $color-spliter: #E5E2E4; // apply to divider and button background +$color-bg: #FFFFFD !default; // https://irocore.com/shiro/ // font size list $font-size-logo: 2.5rem; // Logo Only |