CSS: Style a in h1

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 13:14:26 +02:00
parent dd4e39b782
commit ceacf9af71
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ h1 {
font-size: 18px;
line-height: 22px;
font-weight: normal;
a {
font-size: inherit;
line-height: inherit;
}
}
h2 {