From 9213cbfeca05e32efcbfbaab58c3fa6941096568 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Sat, 7 Nov 2015 05:56:44 +0000 Subject: [PATCH] colours links pink instead of grey --- contents/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents/style.scss b/contents/style.scss index df9ab43..4e97ddf 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -21,7 +21,7 @@ body { } a { - color: #556270; + color: #d6156d; font-weight: bold; text-decoration: none; } @@ -75,6 +75,7 @@ code { margin-bottom: 0px; a { + color: #556270; font-weight: normal; &:hover {