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 */