6 lines
104 B
CSS
6 lines
104 B
CSS
html {
|
|
font-family: {{ font_family }};
|
|
background: var(--background);
|
|
color: var(--text);
|
|
}
|