2018-01-18 20:57:15 -08:00
|
|
|
$main-theme-color: #999999;
|
|
|
|
$body-bg-color: lighten($main-theme-color, 38%);
|
|
|
|
$anchor-color: $main-theme-color;
|
|
|
|
$main-text-color: #333;
|
|
|
|
$border-color: #dadada;
|
|
|
|
$main-bg-color: white;
|
|
|
|
$secondary-text-color: white;
|
|
|
|
$toast-border: #fafafa;
|
|
|
|
$toast-bg: #333;
|
2018-01-21 10:53:15 -08:00
|
|
|
$focus-outline: lighten($main-theme-color, 15%);
|
2018-03-24 18:04:54 -07:00
|
|
|
$compose-background: lighten($main-theme-color, 17%);
|
2018-01-18 20:57:15 -08:00
|
|
|
|
|
|
|
@import "_base.scss";
|
|
|
|
|
|
|
|
body.offline,
|
|
|
|
body.theme-hotpants.offline,
|
|
|
|
body.theme-majesty.offline,
|
|
|
|
body.theme-oaken.offline,
|
|
|
|
body.theme-scarlet.offline,
|
2018-01-20 23:26:48 -08:00
|
|
|
body.theme-seafoam.offline,
|
2018-04-10 22:02:28 -05:00
|
|
|
body.theme-gecko.offline,
|
2018-04-11 22:11:47 -05:00
|
|
|
body.theme-ozark.offline,
|
2018-04-14 18:43:30 +02:00
|
|
|
body.theme-cobalt.offline
|
|
|
|
body.theme-sorcery.offline {
|
2018-01-18 20:57:15 -08:00
|
|
|
@include baseTheme();
|
|
|
|
}
|