pinafore/scss/themes/gecko.scss

14 lines
379 B
SCSS
Raw Normal View History

2018-01-22 00:28:11 +01:00
$main-theme-color: #4ab92f;
$body-bg-color: lighten($main-theme-color, 45%);
2018-01-21 08:26:48 +01:00
$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;
2018-01-21 19:53:15 +01:00
$focus-outline: lighten($main-theme-color, 30%);
2018-03-25 03:04:54 +02:00
$compose-background: lighten($main-theme-color, 32%);
2018-01-21 08:26:48 +01:00
@import "_base.scss";