Fix shared.css file style missing

This commit is contained in:
Jesús
2021-06-14 18:39:03 -05:00
parent 999173b1ba
commit fc8a23099d
15 changed files with 10 additions and 70 deletions

View File

@@ -0,0 +1,5 @@
html {
font-family: {{ font_family }};
background: var(--background);
color: var(--text);
}