From 445b0cc2043aad7300ca382155eb8b2aec1fdbfc Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 16 Mar 2016 16:43:17 +0000 Subject: [PATCH] update anchor colour --- .idea/workspace.xml | 19 +++++++++++++------ html/css/app.css | 5 ++++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 28ac0a0..9448eb0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -70,8 +70,8 @@ - - + + @@ -711,7 +711,13 @@ - - + + diff --git a/html/css/app.css b/html/css/app.css index 4114497..b10d79a 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -160,9 +160,12 @@ buttons { } a { - color: #88D1B0; + color: #74bf9d; } +a:hover { + color: #214032; +} #sidedrawer strong + ul > li { padding: 6px 0px; }