From cf13908b8feca0a025af50f352ec47bca064166c Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Mon, 12 Aug 2024 18:07:10 +0100 Subject: [PATCH] Further improve contrast --- themes/risotto/assets/css/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/risotto/assets/css/colours.css b/themes/risotto/assets/css/colours.css index 7976f01..f834504 100644 --- a/themes/risotto/assets/css/colours.css +++ b/themes/risotto/assets/css/colours.css @@ -6,7 +6,7 @@ /* Text */ --fg: var(--base07); - --off-fg: var(--base04); + --off-fg: var(--base05); --muted: var(--base03); --link: var(--base0D); --hover: var(--base0C);