From d6bb6ec21a366699f282f5ed76a39d91bbf2edf0 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 21 Sep 2018 14:47:32 +0100 Subject: [PATCH] Change colour of links to pass the WCAG contrast ratio guidelines and make them readable --- css/natureofcode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/natureofcode.css b/css/natureofcode.css index 660e6d7..a9ea131 100644 --- a/css/natureofcode.css +++ b/css/natureofcode.css @@ -49,7 +49,7 @@ html { font-family: 'Georgia'; } a { - color: #30def6; } + color: #237480; } em { font-style: italic; } @@ -220,7 +220,7 @@ h3 #display-percent { cursor: pointer; } .block-link { - background-color: #1ed4ed; + background-color: #237480; color: #fff; border: none; display: inline-block;