css: give h1 more visibility
This commit is contained in:
parent
48a0389c80
commit
526d39aaed
|
@ -4,6 +4,11 @@
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 1em;
|
||||
border-color: @gray-light;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue