fix font color

This commit is contained in:
Ben Harris 2018-03-22 02:22:07 -04:00
parent 9874f9630c
commit 0e56ded2ad
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Palette URL: http://paletton.com/#uid=12U0u0knnfti5bkladVnSlVo6tw
// Scaffolding
@body-bg: @hacker-bg;
@text-color: @color-primary;
@text-color: @color-primary-4;
@link-color: @color-primary-2;
@link-hover-color: lighten(@link-color, 10%);
@padding-base-vertical: 6px;