clayh53 / tufte-jekyll

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
MIT License
620 stars 206 forks source link

$link-style in _settings.scss is not implemented #80

Open joshjacobson opened 3 years ago

joshjacobson commented 3 years ago

It appears that _settings.scss $link-style is not implemented with regard to underline.

Line 63 of tufte.scss has text-decoration: none, when it should perhaps be text-decoration:$link-style. Same for the if statement right below, in which text-decoration is none either way.