pinafore/scss/themes/seafoam.scss
2018-02-26 20:55:49 -08:00

17 lines
373 B
SCSS

$main-theme-color: #177380;
$body-bg-color: lighten($main-theme-color, 60%);
$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%);
@import "_base.scss";
body.theme-seafoam {
@include baseTheme();
}