
* implement wellness settings fixes #1192 Adds - grayscale mode (as well as separate grayscale/dark grayscale themes) - disable follower/boost/fav counts (follower counts capped at 10) - disable unread notification count (red dot) * fix lint * fix crawler
14 lines
423 B
SCSS
14 lines
423 B
SCSS
$main-theme-color: #666;
|
|
$body-bg-color: lighten($main-theme-color, 38%);
|
|
$anchor-color: lighten($main-theme-color, 5%);
|
|
$main-text-color: #333;
|
|
$border-color: #dadada;
|
|
$main-bg-color: white;
|
|
$secondary-text-color: white;
|
|
$toast-border: #fafafa;
|
|
$toast-bg: #333;
|
|
$focus-outline: lighten($main-theme-color, 15%);
|
|
$compose-background: lighten($main-theme-color, 17%);
|
|
|
|
@import "_base.scss";
|
|
@import "_light_scrollbars.scss";
|