1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 14:56:48 +01:00

18 lines
427 B
SCSS
Raw Normal View History

$main-theme-color: #177380;
$body-bg-color: lighten($main-theme-color, 60%);
2018-01-13 19:17:41 -08: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;
$focus-outline: lighten($main-theme-color, 50%);
2018-03-24 18:04:54 -07:00
$compose-background: lighten($main-theme-color, 52%);
2018-01-13 19:17:41 -08:00
@import "_base.scss";
body.theme-seafoam {
@include baseTheme();
}