From e447b6d6339a67b1a7206b700625a0e394a1c0e1 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Sun, 15 Sep 2024 11:52:21 +0100 Subject: [PATCH] Make headers stand out a bit better --- themes/risotto/assets/css/colours.css | 4 ++-- themes/risotto/assets/css/typography.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/risotto/assets/css/colours.css b/themes/risotto/assets/css/colours.css index f834504..1e6ff64 100644 --- a/themes/risotto/assets/css/colours.css +++ b/themes/risotto/assets/css/colours.css @@ -5,9 +5,9 @@ --inner-bg: var(--base02); /* Text */ - --fg: var(--base07); + --fg: var(--base06); --off-fg: var(--base05); - --muted: var(--base03); + --muted: var(--base04); --link: var(--base0D); --hover: var(--base0C); --highlight: var(--base0A); diff --git a/themes/risotto/assets/css/typography.css b/themes/risotto/assets/css/typography.css index beabc79..f1aad37 100644 --- a/themes/risotto/assets/css/typography.css +++ b/themes/risotto/assets/css/typography.css @@ -1,6 +1,6 @@ /* Fonts */ :root { - --font-monospace: "Fira Mono", monospace; + --font-monospace: monospace; } body { @@ -16,7 +16,7 @@ h3, h4, h5, h6 { - font-size: 1rem; + font-size: 1.1rem; margin: 1.5rem 0 0 0; font-weight: 600; }