Make body text lighter

Changed the default body text color from @hacker-primary-light (contrast ratio 4.32:1 on black, not WCAG compliant) to @hacker-primary-lighter (contrast ratio 7.42:1)
This commit is contained in:
dhg 2018-06-12 19:30:26 -04:00
parent 241a727ea0
commit 3242cbf9ab
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Palette URL: http://paletton.com/#uid=12U0u0knnfti5bkladVnSlVo6tw
@hacker-primary-light: #21823B; /* Primary 3 */
@hacker-primary-lighter: #2BB04E; /* Primary 4 */
@hacker: @hacker-primary-light; /* Body text */
@hacker: @hacker-primary-lighter; /* Body text */
@hacker-bg: #000000; /* Body bg */
@hacker-box-bg: lighten(@hacker-bg, 10%); /* Container elem bg */
@hacker-box-border: lighten(@hacker-bg, 20%); /* Container border */