2018-01-14 03:17:41 +00:00
|
|
|
$main-theme-color: blueviolet;
|
|
|
|
$body-bg-color: lighten($main-theme-color, 40%);
|
|
|
|
$anchor-color: $main-theme-color;
|
|
|
|
$main-text-color: #333;
|
|
|
|
$border-color: #dadada;
|
|
|
|
$main-bg-color: white;
|
|
|
|
$secondary-text-color: white;
|
2018-01-14 19:22:57 +00:00
|
|
|
$toast-border: #fafafa;
|
|
|
|
$toast-bg: #333;
|
2018-01-21 18:53:15 +00:00
|
|
|
$focus-outline: lighten($main-theme-color, 30%);
|
2018-01-14 03:17:41 +00:00
|
|
|
|
|
|
|
@import "_base.scss";
|
|
|
|
|
|
|
|
body.theme-majesty {
|
|
|
|
@include baseTheme();
|
|
|
|
}
|