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
|
|
|
|
$topnav-link: $g3-castle;
|
|
|
|
$topnav-link-hover: $b-ocean;
|
|
|
|
$version-selector-top: $b-pool !default;
|
|
|
|
$version-selector-bottom: $gr-viridian !default;
|
|
|
|
$theme-switch-light: none;
|
|
|
|
$theme-switch-dark: inline-block;
|