added underline on hover

This commit is contained in:
nek0 2016-04-22 10:30:37 +02:00
parent c186afa67d
commit ca51fa5201

View File

@ -57,9 +57,14 @@ nav li a:hover {
} }
a { a {
color: red; color: red;
text-decoration: none; text-decoration: none;
} }
a:hover {
text-decoration: underline;
}
h3 { h3 {
font-size: 120%; font-size: 120%;
margin: 1em 0; margin: 1em 0;