From 27fc9bfc37489dd459f0e3f8032046372681bd2a Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 24 Apr 2019 06:15:42 +0000 Subject: [PATCH] Link hover and title color splashes; --- include/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/style.css b/include/style.css index 86f7997..3b52184 100644 --- a/include/style.css +++ b/include/style.css @@ -17,6 +17,10 @@ a { text-decoration: underline dotted; } +a:hover { + color: red; +} + p { text-align: justify; } @@ -43,7 +47,12 @@ h1, h2, h3, h4 { font-size: 17px; } +h1 { + color: red; +} + h1 a { + color: red; text-decoration: none; }