mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
defaults.less: adjust h3-h6
This commit is contained in:
parent
bf68edf65c
commit
382085e30c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user