pinafore/scss/themes/gecko.scss

16 lines
335 B
SCSS
Raw Normal View History

2018-01-21 07:26:48 +00:00
$main-theme-color: darken(#41e041, 32%);
$body-bg-color: lighten($main-theme-color, 70%);
$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;
@import "_base.scss";
body.theme-gecko {
@include baseTheme();
}