master
xaoxuu 4 years ago
parent c8cb27ad78
commit a870dd6efa
  1. 2
      _config.yml
  2. 2
      source/css/_defines/color.styl

@ -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

@ -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

Loading…
Cancel
Save