diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 11:13:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 11:13:45 -0400 |
commit | dfbb8305ed9cd42e151361d65a85a4c580956c68 (patch) | |
tree | 66064230fd0fb95aaea3e889e19c1cf787486b43 /templates/styles.css | |
parent | 16237728bc06fe4303146316fada6a487c5cf14d (diff) | |
download | carpentertutoring-dfbb8305ed9cd42e151361d65a85a4c580956c68.tar.xz carpentertutoring-dfbb8305ed9cd42e151361d65a85a4c580956c68.zip |
no font weight h6
Diffstat (limited to 'templates/styles.css')
-rw-r--r-- | templates/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css index fdad19d..966df81 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -78,6 +78,7 @@ h6 { /* blog block paragraphs */ color: var(--darkteal); font-size: 1.2em; + font-weight: normal; margin-top: 1em; margin-bottom: 1em; } |