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 {