Update themes/risotto/static/css/custom.css
This commit is contained in:
parent
bc08963be6
commit
60ebe0cc8c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue