From 64788ac185160679874c6e03b484a7c94cc16cc5 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Mon, 12 Aug 2024 18:03:10 +0100 Subject: [PATCH] Improve contrast --- themes/risotto/assets/css/colours.css | 2 +- themes/risotto/assets/css/typography.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/risotto/assets/css/colours.css b/themes/risotto/assets/css/colours.css index 4326985..7976f01 100644 --- a/themes/risotto/assets/css/colours.css +++ b/themes/risotto/assets/css/colours.css @@ -5,7 +5,7 @@ --inner-bg: var(--base02); /* Text */ - --fg: var(--base05); + --fg: var(--base07); --off-fg: var(--base04); --muted: var(--base03); --link: var(--base0D); diff --git a/themes/risotto/assets/css/typography.css b/themes/risotto/assets/css/typography.css index d7f9e17..beabc79 100644 --- a/themes/risotto/assets/css/typography.css +++ b/themes/risotto/assets/css/typography.css @@ -167,7 +167,7 @@ pre { /* Emphasis */ b, strong { - font-weight: 600; + font-weight: 800; } /* Highlighting */