From 60ebe0cc8caf6d4af6f258c0adcd326e8fea0cd7 Mon Sep 17 00:00:00 2001 From: hal Date: Sun, 13 Oct 2024 13:03:45 +0000 Subject: [PATCH] Update themes/risotto/static/css/custom.css --- themes/risotto/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/risotto/static/css/custom.css b/themes/risotto/static/css/custom.css index 74a5abf..18927e8 100644 --- a/themes/risotto/static/css/custom.css +++ b/themes/risotto/static/css/custom.css @@ -1,7 +1,7 @@ /* Override this file to customise the theme's CSS for your site */ :root { --font-monospace: "monospace", monospace; - --bg:#27272a; + --bg: #27272a; --off-bg: var(--base01); body { font-family: var(--font-monospace);