1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-07 16:54:34 +01:00

increased the default contrast in the --very-deemphasized* variables for dark themes (#76)

This commit is contained in:
Spanky 2018-04-11 10:41:16 -05:00 committed by Nolan Lawson
parent 4149e59c0b
commit a722e6e244

View File

@ -12,8 +12,8 @@
--deemphasized-text-color:$deemphasized-color;
--very-deemphasized-link-color: rgba($anchor-color, 0.6);
--very-deemphasized-text-color: lighten($main-bg-color, 12%);
--very-deemphasized-link-color: rgba($anchor-color, 0.8);
--very-deemphasized-text-color: lighten($main-bg-color, 32%);
--status-direct-background: darken($body-bg-color, 5%);
--main-theme-color: $main-theme-color;