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 /assets/sass/_class.scss | |
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 'assets/sass/_class.scss')
-rw-r--r-- | assets/sass/_class.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/sass/_class.scss b/assets/sass/_class.scss index 6e77110..3b81be4 100644 --- a/assets/sass/_class.scss +++ b/assets/sass/_class.scss @@ -7,6 +7,8 @@ body { color: $color-secondary; text-decoration: none; } + + background-color: $color-bg; } // main title style |