docs/_scss/_variables.scss

52 lines
907 B
SCSS
Executable File

/*
* global
*/
$headings: "Geomanist Book", sans-serif;
$font: "Open Sans", sans-serif;
$body-text-size: 14px;
$global-header-height: 440px;
$bg-secondary-tabs: rgba(0, 0, 0, 0.05);
$white: #fff;
$black: #000;
$clear: 0;
/*
* standard mode
*/
$body-text: #33444c;
$primary-links: #2496ed;
$bg-body: #ffffff;
$bg-header: #2496ed;
$bg-secondary: #2496ed;
$bg-sidebar: #fbfbfc;
$bg-footer: #ffffff;
$bg-component: #fbfbfc;
$bdr-sidebar: rgba(204, 204, 204, 0.29);
$slider-bg: #c3e4f7;
$slider-btn: #2496ed;
$code-blocks: rgba(12, 81, 118, 0.1);
$table-head: #cfd2d4;
/*
* night mode
*/
$body-text-night: #d3d4d4;
$primary-links-night: #9cd7f7;
$bg-body-night: #061F2F;
$bg-header-night: #101c29;
$bg-secondary-night: #101c29;
$bg-sidebar-night: #101e26;
$bg-footer-night: #000000;
$active-sidebar-night: #9cd7f7;
$bg-search-results-night: rgba(10, 10, 10, 0.95);