From 8201399b9f537067bbd03108abb3ea02dae1f72f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 1 Dec 2016 18:47:18 -0500 Subject: [PATCH] Color code links like regular links Should be working now --- stylesheets/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index bf279561..ebb1775c 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -167,8 +167,8 @@ p img { border: none; } -a, code { - color: #007edf !important; +a code { + color: #007edf; } pre, code {