Make headers appear black, even when they are links.

This commit is contained in:
Jørn Åne 2016-08-29 18:30:07 +02:00
parent 9ffaf26f1d
commit c7b297eeb9
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
h2 a {
color: black;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
h2 em {
display: inline-block;
color: gray;