pinafore/scss/themes/scarlet.scss
2018-01-13 18:59:49 -08:00

13 lines
233 B
SCSS

$main-theme-color: crimson;
$anchor-color: $main-theme-color;
$main-text-color: #333;
$border-color: #dadada;
$main-bg-color: white;
$secondary-text-color: white;
@import "_base.scss";
body.theme-scarlet {
@include baseTheme()
}