Subtitles

This commit is contained in:
Madison Scott-Clary
2024-04-30 22:37:01 -07:00
parent e61c5ae12c
commit 631ea0bfd5
12 changed files with 30 additions and 5 deletions

View File

@ -8,18 +8,26 @@ body * {
font-family: "Alegreya", serif;
}
h1, h2, h1 *, h2 *, summary {
h1, h2, h1 *, h2 *, summary, header {
font-family: "Coelacanth", serif !important;
}
header {
padding-left: 25%;
margin: 0 auto;
}
header * {
font-family: "Coelacanth", serif !important;
text-align: left;
}
header h3 {
padding-top: 1rem;
margin-bottom: -0.1rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
}
header h1 {
font-weight: 700;
}