diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-07 10:36:49 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-10 17:49:26 +0100 |
commit | caeba5ec99ad3758b0537020cb8183a9e39691fb (patch) | |
tree | 399b9b8227ecdfeb57a6eed6b1797b21ffae28f4 /assets | |
parent | dae803fa442973561821a44b08e3a964614d07df (diff) |
Default body font color to black for better readability
Diffstat (limited to 'assets')
-rw-r--r-- | assets/_defaults.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/_defaults.scss b/assets/_defaults.scss index 85b066a..922fc87 100644 --- a/assets/_defaults.scss +++ b/assets/_defaults.scss @@ -28,7 +28,7 @@ $color-link: #05b !default; $color-visited-link: #8440f1 !default; $body-background: white !default; -$body-font-color: $gray-800 !default; +$body-font-color: $black !default; $body-font-weight: normal !default; $body-min-width: 20rem !default; |