2018-01-14 01:41:15 +00:00
|
|
|
$main-theme-color: hotpink;
|
2018-01-14 03:17:41 +00:00
|
|
|
$body-bg-color: lighten($main-theme-color, 25%);
|
2018-01-14 01:41:15 +00:00
|
|
|
$anchor-color: $main-theme-color;
|
|
|
|
$main-text-color: #333;
|
|
|
|
$border-color: #dadada;
|
|
|
|
$main-bg-color: white;
|
|
|
|
$secondary-text-color: white;
|
2018-01-14 19:22:57 +00:00
|
|
|
$toast-border: #fafafa;
|
|
|
|
$toast-bg: #333;
|
2018-01-21 18:53:15 +00:00
|
|
|
$focus-outline: lighten($main-theme-color, 15%);
|
2018-03-25 01:04:54 +00:00
|
|
|
$compose-background: lighten($main-theme-color, 17%);
|
2018-01-14 01:41:15 +00:00
|
|
|
|
2018-11-24 09:39:00 +00:00
|
|
|
// override scrollbar color to improve contrast
|
|
|
|
$scrollbar-face: #{lighten($main-theme-color, 12%)};
|
|
|
|
$scrollbar-face-hover: #{lighten($main-theme-color, 14%)};
|
|
|
|
$scrollbar-face-active: #{lighten($main-theme-color, 10%)};
|
|
|
|
|
2018-01-14 01:41:15 +00:00
|
|
|
@import "_base.scss";
|