chore: now page text visibility

This commit is contained in:
Cory Dransfeldt 2024-03-08 08:55:35 -08:00
parent ce401d90fb
commit 71db7116d1
No known key found for this signature in database
8 changed files with 35 additions and 24 deletions

View file

@ -47,7 +47,7 @@ sup.footnote-ref {
strong,
blockquote {
font-weight: 700;
font-weight: var(--font-weight-bold);
}
em,
@ -95,7 +95,7 @@ a:active {
/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
font-weight: var(--font-weight-heavy);
}
h1 { font-size: var(--font-size-3xl) }
@ -150,7 +150,7 @@ td {
}
th {
font-weight: 700;
font-weight: var(--font-weight-bold);
background-color: var(--gray-lighter);
text-align: center;
}