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; }