2018-01-13 19:17:41 -08: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 11:22:57 -08:00
|
|
|
$toast-border: #fafafa;
|
|
|
|
$toast-bg: #333;
|
2018-01-21 10:53:15 -08:00
|
|
|
$focus-outline: lighten($main-theme-color, 30%);
|
2018-03-24 18:04:54 -07:00
|
|
|
$compose-background: lighten($main-theme-color, 32%);
|
2018-01-13 19:17:41 -08:00
|
|
|
|
|
|
|
@import "_base.scss";
|
|
|
|
|
|
|
|
body.theme-majesty {
|
|
|
|
@include baseTheme();
|
|
|
|
}
|