pinafore/scss/themes/scarlet.scss

13 lines
233 B
SCSS
Raw Normal View History

2018-01-14 02:41:15 +01:00
$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-crimson {
@include baseTheme()
}