link color is slightly lighter and more readable now

This commit is contained in:
Ben Harris 2018-06-22 15:31:58 -04:00
parent 9a53d9931f
commit f0812324c0
1 changed files with 1 additions and 1 deletions

View File

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