From 5055f27e5d2433f7be3879c2ab6a8edadb98a556 Mon Sep 17 00:00:00 2001 From: Stuart Geiger Date: Wed, 17 Oct 2018 08:56:58 -0700 Subject: [PATCH] make links underlined by default --- _sass/_page.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_page.scss b/_sass/_page.scss index 1c8223977f7a2..b962a9d61a18f 100644 --- a/_sass/_page.scss +++ b/_sass/_page.scss @@ -73,7 +73,7 @@ } a { - text-decoration: none; + text-decoration: underline; &:hover { text-decoration: underline; @@ -398,4 +398,4 @@ margin-bottom: 10px; font-size: $type-size-6; text-transform: uppercase; -} \ No newline at end of file +}