2018-01-14 04:17:41 +01:00
|
|
|
$main-theme-color: blueviolet;
|
|
|
|
$body-bg-color: lighten($main-theme-color, 40%);
|
|
|
|
$anchor-color: $main-theme-color;
|
|
|
|
$main-text-color: #333;
|
|
|
|
$border-color: #dadada;
|
|
|
|
$main-bg-color: white;
|
|
|
|
$secondary-text-color: white;
|
2018-01-14 20:22:57 +01:00
|
|
|
$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-14 04:17:41 +01:00
|
|
|
|
|
|
|
@import "_base.scss";
|
2018-11-24 18:33:07 +01:00
|
|
|
@import "_light_scrollbars.scss";
|