From 2cfd53185ce3930458b2caf996a3fc1ebb4536b9 Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 5 Jun 2024 20:13:45 +1000 Subject: [PATCH] Update style --- src/routes/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/routes/style.css b/src/routes/style.css index 45e6e46..27dcd12 100644 --- a/src/routes/style.css +++ b/src/routes/style.css @@ -140,27 +140,33 @@ main:first-of-type { h1 { border-bottom: 2px solid var(--accent-2); font-size: xx-large; + font-weight: bolder; } h2 { border-bottom: 1px solid var(--accent-2); font-size: x-large; + font-weight: bold; } h3 { font-size: large; + font-weight: bold; } h4 { font-size: medium; + font-weight: bold; } h5 { - font-size: small; + font-size: medium; + font-weight: bold; } h6 { - font-size: x-small; + font-size: medium; + font-weight: bold; } article {