2018-12-20 18:37:31 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
LIGHT THEME
|
|
|
|
____________________________________________________________
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
- This file is interchangeable with themes/theme-dark.scss
|
|
|
|
- Only contains color variables
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2018-12-21 06:31:58 +00:00
|
|
|
@import "tools/color-palette";
|
|
|
|
|
2018-12-20 18:37:31 +00:00
|
|
|
// General Styles
|
|
|
|
// --------------------------------------------------
|
2018-12-21 06:31:58 +00:00
|
|
|
|
|
|
|
$body-bg: $g18-cloud;
|
|
|
|
|
|
|
|
// TopNav Colors
|
2018-12-21 23:59:12 +00:00
|
|
|
$topnav-link: $g5-pepper;
|
2018-12-21 06:31:58 +00:00
|
|
|
$topnav-link-hover: $b-ocean;
|
2018-12-21 17:12:28 +00:00
|
|
|
$version-selector-top: $b-pool;
|
|
|
|
$version-selector-bottom: $gr-viridian;
|
2018-12-21 06:31:58 +00:00
|
|
|
$theme-switch-light: none;
|
|
|
|
$theme-switch-dark: inline-block;
|
2018-12-21 17:12:28 +00:00
|
|
|
|
|
|
|
// Sidebar
|
|
|
|
$search-border: $g15-platinum;
|
|
|
|
$search-highlight: $b-pool;
|
|
|
|
|
|
|
|
// Article Content
|
|
|
|
$article-bg: $g20-white;
|
2018-12-21 23:59:12 +00:00
|
|
|
$article-heading: $g6-smoke;
|
|
|
|
$article-text: $g8-storm;
|
|
|
|
$article-bold: $g8-storm;
|
|
|
|
$article-link: $b-ocean;
|
|
|
|
$article-link-hover: $gr-viridian;
|
|
|
|
|
|
|
|
// Article Code
|
|
|
|
$article-code: $p-star;
|
|
|
|
$article-code-bg: $p-violettecreme;
|
|
|
|
$article-code-accent1: $p-potassium;
|
|
|
|
$article-code-accent2: $b-ocean;
|
|
|
|
$article-code-accent3: #0e9e75;
|
|
|
|
$article-code-accent4: $o-ruby;
|
|
|
|
$article-code-accent5: #e24bbb;
|
|
|
|
$article-code-accent6: $b-pool;
|
|
|
|
$article-code-accent7: #e90;
|
|
|
|
$article-code-select: $b-pool;
|
|
|
|
$article-code-hover: $b-sapphire;
|