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
Dustin 2022-04-13 17:48:12 -05:00
parent 914ab54a40
commit 5111806fd3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $secondary-color-light: #5e6a85;
$secondary-color-dark: #09192f; $secondary-color-dark: #09192f;
$background-color: #121212; $background-color: #121212;
$text-color: #ffffff; $text-color: #e2e2e2;
$panel-color: $primary-color-dark; $panel-color: $primary-color-dark;
$toolbar-color: $primary-color; $toolbar-color: $primary-color;