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

13 lines
234 B
SCSS
Raw Normal View History

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