From 21230960a48600efb4c929e4322faeb65158148d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 11 Jul 2020 16:25:03 -0400 Subject: [PATCH] Style fix for anchor elements (#346) Don't impose a fixed weight for all anchor elements, since it prevents anchor text from easily being shown in bold. --- assets/sass/style.sass | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 120ce1e..facb24e 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -203,8 +203,6 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw margin-bottom: 1em p a - font-weight: $weight-medium - &:hover color: $secondary