Link hover and title color splashes;

This commit is contained in:
Ian Gulliver
2019-04-24 06:15:42 +00:00
parent b7a22b7944
commit 27fc9bfc37

View File

@@ -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;
}