Pinafore-Web-Client-Frontend/src/scss/themes/grayscale.scss

22 lines
687 B
SCSS
Raw Normal View History

$main-theme-color: #666;
2018-01-19 05:57:15 +01:00
$body-bg-color: lighten($main-theme-color, 38%);
$anchor-color: lighten($main-theme-color, 5%);
2018-01-19 05:57:15 +01:00
$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, 15%);
2018-03-25 03:04:54 +02:00
$compose-background: lighten($main-theme-color, 17%);
2018-01-19 05:57:15 +01:00
@import "_base.scss";
@import "_light_scrollbars.scss";
:root {
// make the action buttons a bit lighter
--action-button-fill-color: #{lighten($main-theme-color, 17%)};
--action-button-fill-color-hover: #{lighten($main-theme-color, 10%)};
--action-button-fill-color-active: #{lighten($main-theme-color, 5%)};
}