improve rendering of subheadings
This commit is contained in:
parent
86e1cfd7d5
commit
0c45185499
|
@ -90,7 +90,15 @@ h3 {
|
|||
margin-bottom: 1.0em !important;
|
||||
line-height:1.0125em !important
|
||||
}
|
||||
h4,h5,h6{
|
||||
h4{
|
||||
font-weight: bold !important;
|
||||
font-size:1.125em !important;
|
||||
text-decoration: none !important;
|
||||
color:#4a5d75 !important;
|
||||
font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important
|
||||
margin-top: 1em !important;
|
||||
margin-bottom: 0.8em !important;
|
||||
}h4,h5,h6{
|
||||
font-size:1.125em !important;
|
||||
text-decoration: none !important;
|
||||
color:#4a5d75 !important;
|
||||
|
|
Loading…
Reference in New Issue