pinafore/scss/themes/_default.scss

18 lines
415 B
SCSS
Raw Normal View History

2018-01-14 01:41:15 +00:00
$main-theme-color: royalblue;
2018-01-14 03:17:41 +00:00
$body-bg-color: lighten($main-theme-color, 38%);
2018-01-14 01:41:15 +00:00
$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, 30%);
2018-03-25 01:04:54 +00:00
$compose-background: lighten($main-theme-color, 32%);
2018-01-14 01:41:15 +00:00
@import "_base.scss";
2018-01-19 04:57:15 +00:00
body {
2018-01-14 03:17:41 +00:00
@include baseTheme();
2018-01-14 01:41:15 +00:00
}