defaults.less: adjust h3-h6

This commit is contained in:
Thomas Gelf 2015-06-18 15:17:41 +02:00
parent bf68edf65c
commit 382085e30c

View File

@ -82,6 +82,7 @@ h1, h2, h3, h4, h5, h6 {
padding: 0.3em 0em;
margin: 0.7em 0 0.5em 0;
color: @textColor;
border-bottom: 1px dotted #aaa;
a {
text-decoration: none;
@ -102,19 +103,20 @@ h6 {
}
h1 {
border-bottom: 3px solid #888;
border-bottom: 3px solid #666;
font-variant: small-caps;
font-weight: bold;
}
h2 {
border-bottom: 1px solid #666;
border-bottom: 1px solid #888;
font-variant: small-caps;
font-weight: normal;
}
h3 {
border-bottom: 1px solid #888;
font-weight: normal;
border-bottom: 1px solid #aaa;
}
button {