Update themes/risotto/static/css/custom.css
This commit is contained in:
parent
04d3dfa6e7
commit
bc08963be6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
/* 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;
|
||||||
|
--off-bg: var(--base01);
|
||||||
body {
|
body {
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue