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