background color print

master
grgr 3 years ago
parent b6f6d50982
commit 086830294c

@ -10,6 +10,7 @@
html, body { html, body {
font-size: 14px; font-size: 14px;
font-family: Fengardo;
} }
.container{ .container{
@ -171,6 +172,6 @@
} }
html, body{ html, body{
background-color: tomato; background-color: var(--background);
} }
} }
Loading…
Cancel
Save