diff options
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; |