diff --git a/_config.yml b/_config.yml index c34fb8b..d5b6728 100755 --- a/_config.yml +++ b/_config.yml @@ -82,7 +82,7 @@ style: # color: # site: '#21232F' # Website background color # site_inner: '#fff' # Text color inside the website background - # site_footer: '#fff' # Footer text color inside the website background + # site_footer: '#666' # Footer text color inside the website background # card: '#444' # Card background color # text: '#fff' # The color of the text on the card. # theme: '#ff9800' # Main color diff --git a/source/css/_defines/color.styl b/source/css/_defines/color.styl index aef9154..0acc9a0 100644 --- a/source/css/_defines/color.styl +++ b/source/css/_defines/color.styl @@ -33,7 +33,7 @@ $color-google-red = #E8453C // common $color-site = convert(hexo-config('style.color.site')) || #f4f4f4 $color-site-inner = convert(hexo-config('style.color.site_inner')) || #555 -$color-site-footer = convert(hexo-config('style.color.site_footer')) || #fff +$color-site-footer = convert(hexo-config('style.color.site_footer')) || #666 $color-card = convert(hexo-config('style.color.card')) || white $color-text = convert(hexo-config('style.color.text')) || #444 $color-theme = convert(hexo-config('style.color.theme')) || #2196f3