From e2e575210fb3c71bcc0176be32da1241bf4a2045 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 6 Aug 2018 18:22:30 -0700 Subject: [PATCH] Fix lint issue in _modules.scss --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index cc52e0d1f..986ba446d 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -452,7 +452,7 @@ word-wrap: break-word; word-break: break-word; white-space: pre-wrap; - + a { text-decoration: underline; color: $color-light-90;