From bb2b66e8690cb2e0bc77ee52338540cab706168e Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Wed, 19 Oct 2016 09:15:47 -0400 Subject: [PATCH] Make tags easier to read. Increases the font-weight so that the light-green text on black backgrounds stand out better, especially in inline code tags. --- website/source/assets/stylesheets/_components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index c7e931684..5cfeacbe7 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -180,6 +180,7 @@ header .header { border: 0; color: #b1d631; font-size: 14px; + font-weight: bolder; } a {