css a:hover
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:33:23 +0000 (21:33 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:33:23 +0000 (21:33 +0100)
style.css

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