From 4234082fa808233546624e88f4061b72ce3c83cc Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Fri, 26 May 2023 18:12:42 +0200 Subject: [PATCH] Tweaks --- assets/css/styles.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index cd6b391..e20dd4a 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -19,13 +19,14 @@ h1 { margin-bottom: 2rem; } h2 { - font-size: 1.4rem; - font-weight: 400; + font-size: 1.2rem; + font-weight: bold; margin-top: 2rem; } h3 { - font-size: 1.2rem; - font-weight: 400; + font-size: 0.9rem; + font-weight: bold; + margin-top: 1.75rem; } figure { @@ -43,6 +44,7 @@ pre { pre > code { background-color: black; color: #ffc61e; + padding: 0; } pre > code.language-bash { background-color: black; @@ -57,7 +59,7 @@ code { } a { - color: #3c93c2; + color: #006c9b; text-decoration: none; } a:hover {