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 {