Default body font color to black for better readability

This commit is contained in:
Alex Shpak
2020-02-07 10:36:49 +01:00
parent dae803fa44
commit caeba5ec99
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;