From 75b3c4a26d34d07551c2f24ecc0a785f738480d4 Mon Sep 17 00:00:00 2001 From: katibest Date: Wed, 6 Jun 2018 11:02:16 -0400 Subject: [PATCH] Added underline and color to links --- apps/explorer_web/assets/css/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/explorer_web/assets/css/_typography.scss b/apps/explorer_web/assets/css/_typography.scss index f7ff1c3f04..076cc378bd 100644 --- a/apps/explorer_web/assets/css/_typography.scss +++ b/apps/explorer_web/assets/css/_typography.scss @@ -41,12 +41,12 @@ p { a { text-decoration: none; - color: $gray-800; - font-size: 12px; + color: $primary; + font-size: 13px; &:hover, &:focus { - text-decoration: none; + text-decoration: underline; } } .monospace {