Make headings bolder and brighter for better readability

This commit is contained in:
towards-a-new-leftypol 2024-08-25 15:08:34 -04:00
parent 585029dbca
commit ab1f4e3ca7
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ div.pages a.selected {
/* INTRO */ /* INTRO */
h1, div.title, header div.subtitle { h1, div.title, header div.subtitle {
color: #663E11; color: #FFB300;
font-family: Courier, monospace; font-family: Courier, monospace;
} }
h1 { h1 {
font-size: 24pt; font-size: 24pt;
font-weight: normal; font-weight: bold;
letter-spacing: 0px; letter-spacing: 0px;
} }
header div.subtitle { header div.subtitle {