1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/docs/_sass/_variables.scss

27 lines
782 B
SCSS
Raw Normal View History

2018-10-03 13:34:11 +08:00
/* =============================================================================
* _variables.scss --- configuration file for website
2020-08-31 21:24:27 +08:00
* Copyright (c) 2016-2020 Shidong Wang & Contributors
2018-10-03 13:34:11 +08:00
* Author: Shidong Wang < wsdjeg at 163.com >
* URL: https://spacevim.org
* License: GPLv3
* ============================================================================= */
// font-size
2017-12-08 21:42:15 +08:00
$h1-font-size: 2em;
$h2-font-size: 1.8em;
$h3-font-size: 1.6em;
$h4-font-size: 1.4em;
$h5-font-size: 1.2em;
$h6-font-size: 1em;
2020-02-19 10:31:31 +08:00
$max-width: 850px;
2018-10-03 13:34:11 +08:00
// colorshemes
$background-color: #252525;
$gitment-comment-color: #a89984;
// gitment header
// wsdjeg commented on Tue Oct 02 2018
$gitment-comment-header-color: #a89984;
$gitment-comment-header-background: #252525;
2019-02-13 23:08:42 +08:00
$code-default-color: #f4bf75