increased the default contrast in the --very-deemphasized* variables for dark themes (#76)
This commit is contained in:
parent
4149e59c0b
commit
a722e6e244
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue