Make headers appear black, even when they are links.
This commit is contained in:
parent
9ffaf26f1d
commit
c7b297eeb9
|
@ -1,3 +1,10 @@
|
|||
h2 a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
h2 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
h2 em {
|
||||
display: inline-block;
|
||||
color: gray;
|
||||
|
|
Loading…
Reference in New Issue