style: Reduce contrast of text color
The pure-white text appears to "bleed," especially on the link icons on the home page.pull/1/head
parent
914ab54a40
commit
5111806fd3
|
@ -7,7 +7,7 @@ $secondary-color-light: #5e6a85;
|
|||
$secondary-color-dark: #09192f;
|
||||
|
||||
$background-color: #121212;
|
||||
$text-color: #ffffff;
|
||||
$text-color: #e2e2e2;
|
||||
$panel-color: $primary-color-dark;
|
||||
$toolbar-color: $primary-color;
|
||||
|
||||
|
|
Loading…
Reference in New Issue