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

72 lines
1.7 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-family = "Exo 2", "Trebuchet MS", "Helvetica", "Arial", 'PingFang SC', 'Hiragino Sans GB', 'STHeiti Light', 'Microsoft YaHei', 'SimHei', 'WenQuanYi Micro Hei', sans-serif
//
$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-26 20:54:16 +08:00
$a-hover-color = #1f71ce
//
$button-color = $default-font-color
//
2020-04-01 12:09:06 +08:00
$button-border-color = $default-font-color
// ==================================
// ils-x variables
// ==================================
//
$header-height = 100px
//
$header-shrink-height = 60px