Pinafore-Web-Client-Frontend/scss/themes/hotpants.scss

14 lines
284 B
SCSS
Raw Normal View History

2018-01-14 02:41:15 +01:00
$main-theme-color: hotpink;
2018-01-14 04:17:41 +01:00
$body-bg-color: lighten($main-theme-color, 25%);
2018-01-14 02:41:15 +01:00
$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-hotpants {
2018-01-14 04:17:41 +01:00
@include baseTheme();
2018-01-14 02:41:15 +01:00
}