Always underlining link

fixing issue #55
This commit is contained in:
Holger Reinhardt 2016-04-16 21:41:55 +02:00
parent 1100f31a3b
commit b09fc2f0b5

View file

@ -13,9 +13,6 @@ p {
line-height: 1.5; line-height: 1.5;
margin: 30px 0; margin: 30px 0;
} }
p a {
text-decoration: underline;
}
h1, h1,
h2, h2,
h3, h3,
@ -26,6 +23,7 @@ h6 {
font-weight: 800; font-weight: 800;
} }
a { a {
text-decoration: underline;
color: #404040; color: #404040;
} }
a:hover, a:hover,