From 4d57e22cb8d937f1b7d5ce21975ada1d7190f4a7 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 15 Aug 2016 19:28:32 -0400 Subject: Fix link bottom borders, monospace font --- _includes/site.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '_includes/site.scss') diff --git a/_includes/site.scss b/_includes/site.scss index 28335ca..854caf6 100644 --- a/_includes/site.scss +++ b/_includes/site.scss @@ -5,7 +5,7 @@ $primary-color: #FF6639; $link-color: #476AE0; $base-font-size: 22px; -$monospace: Consolas, "Liberation Mono", Menlo, Courier, monospace !default; +$monospace: monospace; $container-width: 1200px; @mixin container { @@ -127,9 +127,11 @@ blockquote { a { color: $dark-gray; - text-decoration: underline; + text-decoration: none; + border-bottom: 1px solid $dark-gray; &:hover { color: $primary-color; + border-bottom-color: $primary-color; } } -- cgit v1.2.3