From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 20:33:23 +0000 (+0100)
Subject: css a:hover
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=d5836869e417db1f1fd405fe85143a624bb1f19b;p=website.git

css a:hover
---

diff --git a/style.css b/style.css
index 80d0bce..ad95c58 100644
--- a/style.css
+++ b/style.css
@@ -10,6 +10,9 @@ a {
 	color:#b35050;
 	text-decoration:none;
 }
+a:hover {
+	color:#b4f;
+}
 
 header {
 	background-color: #b00;