Actually use bg color variable
This commit is contained in:
parent
7e34f6a5a7
commit
52a0536d48
|
@ -52,7 +52,7 @@ footer {
|
||||||
html {
|
html {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-family: "MC360", sans-serif;
|
font-family: "MC360", sans-serif;
|
||||||
background-color: #2d2d2d;
|
background-color: var(--main-bg-color);
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue