css: give h1 more visibility

This commit is contained in:
Thomas Gelf 2015-10-15 20:12:12 +02:00
parent 48a0389c80
commit 526d39aaed
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
font-size: 1em;
}
h1 {
margin-top: 1em;
border-color: @gray-light;
}
a {
font-weight: normal;
}