added underline on hover

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

View File

@ -60,6 +60,11 @@ a {
color: red;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h3 {
font-size: 120%;
margin: 1em 0;