Use h1 for website header

This commit is contained in:
2022-05-09 20:03:13 -05:00
parent 3a4cb538f7
commit e9266cdead
2 changed files with 6 additions and 2 deletions

View File

@ -239,6 +239,10 @@
/* Header formatting (website title and article section headers) */
h1.header {
font-size: 1.5em;
}
.header a,
.section-header a {
color: inherit;