hexo-theme-keep/source/css/layout/variables.styl

62 lines
1.3 KiB
Stylus
Raw Normal View History

2020-03-22 20:31:13 +08:00
//
$left-side-width = hexo-config("page.left_side_width") + '%'
2020-03-22 20:31:13 +08:00
//
$right-side-width = hexo-config("page.right_side_width") + '%'
//
$media-max-width = hexo-config('page.media_max_width') px
//
$background-color = #fff
//
$border-color = #f2f2f2
// LOGO
$logo-title-color = #565656
// LOGO
$logo-description-color = #666
// LOGO
$logo-description-font-size = #666
//
$default-font-family = 'PingHei', 'PingFang SC', 'Microsoft YaHei'
//
$default-font-size = 14px
//
$default-font-line-height = 20px
//
$default-font-weight = 400
//
2020-03-22 20:31:13 +08:00
$default-font-color = #787878
//
$article-title-color = #666
//
$archive-article-title-color = #8f8f8f
//
$nav-height = 60px
//
$nav-selected-color = #4a4a4a
// a
$a-color = #666
// a
2020-03-25 23:23:05 +08:00
$a-hover-color = #c625ce
//
$button-color = $default-font-color
//
$button-border-color = $default-font-color