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

66 lines
1.2 KiB
Stylus
Raw Normal View History

//
$left-side-width = 30%
//
$right-side-width = 70%
//
$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
//
$default-font-color = #777
//
$article-title-color = #666
//
$archive-article-title-color = #8f8f8f
//
$nav-height = 60px
//
$nav-selected-color = #4a4a4a
// a
$a-color = #666
// a
$a-hover-color = #4786d6
//
$button-color = $default-font-color
//
$button-border-color = $default-font-color
//
$button-hover-color = #505050
//
$button-border-hover-color = #505050