commit fd8dd61b64b53830a12383b7a9a6a4e403c7066e parent efdbda26a25e8a8591c10623f4fd3d890e2cb2d6 Author: Beau <cbeauhilton@gmail.com> Date: Thu, 8 Dec 2022 20:33:51 -0600 h2 lighter weight font Diffstat:
M | site/style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/site/style.css b/site/style.css @@ -45,6 +45,10 @@ html { font-size: 70.5%; } +h2 { + font-weight: 200; +} + body { line-height: 1.5; font-size: 1.6rem;