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

This commit is contained in:
hal 2024-10-13 13:03:29 +00:00
parent 04d3dfa6e7
commit bc08963be6

View file

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