header CSS tweaks

This commit is contained in:
Brian S. Stephan 2020-05-28 12:18:04 -05:00
parent 05f879ab80
commit ab977f7e81
1 changed files with 24 additions and 0 deletions

View File

@ -13,6 +13,30 @@ h1,h2,h3,h4,h5,h6 {
color: #811610;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.17em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: .83em;
}
a:link {
color: #222;
font-weight: bold;