pinafore/scss/themes/_offline.scss

25 lines
612 B
SCSS
Raw Normal View History

2018-01-19 04:57:15 +00: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 18:53:15 +00:00
$focus-outline: lighten($main-theme-color, 15%);
2018-03-25 01:04:54 +00:00
$compose-background: lighten($main-theme-color, 17%);
2018-01-19 04:57:15 +00:00
@import "_base.scss";
body.offline,
body.theme-hotpants.offline,
body.theme-majesty.offline,
body.theme-oaken.offline,
body.theme-scarlet.offline,
2018-01-21 07:26:48 +00:00
body.theme-seafoam.offline,
body.theme-gecko.offline,
body.theme-ozark.offline {
2018-01-19 04:57:15 +00:00
@include baseTheme();
}