added underline on hover

This commit is contained in:
nek0 2016-04-22 10:30:37 +02:00
parent c186afa67d
commit ca51fa5201
1 changed files with 7 additions and 2 deletions

View File

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