Update themes/risotto/static/css/custom.css

This commit is contained in:
hal 2024-10-13 13:03:45 +00:00
parent bc08963be6
commit 60ebe0cc8c

View file

@ -1,7 +1,7 @@
/* Override this file to customise the theme's CSS for your site */ /* Override this file to customise the theme's CSS for your site */
:root { :root {
--font-monospace: "monospace", monospace; --font-monospace: "monospace", monospace;
--bg:#27272a; --bg: #27272a;
--off-bg: var(--base01); --off-bg: var(--base01);
body { body {
font-family: var(--font-monospace); font-family: var(--font-monospace);