no underline for <a/> elements of any kind

This commit is contained in:
Helmut Merz 2013-05-01 10:44:43 +02:00
parent d4f4d965e1
commit d0243d0564

View file

@ -62,6 +62,10 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.4em;
}
a {
text-decoration: none;
}
a[href]:hover {
text-decoration: none;
color: #6060c0;