Internal stylesheet: Update heading styles.

This commit is contained in:
Michael Drake 2020-04-07 21:21:18 +01:00
parent 7745f224dc
commit b688a222ee

View File

@ -37,7 +37,11 @@ a:active {
h1 {
font-size: 200%;
font-weight: bold; }
font-weight: bold;
padding: 5mm;
margin: 0;
border-bottom-width: 2px;
border-bottom-style: solid; }
h2 {
font-size: 160%;
@ -45,6 +49,10 @@ h2 {
border-top-width: 1px;
border-top-style: solid; }
h1+h2 {
border-top: none;
}
h3 {
font-size: 140%;
font-weight: bold; }