Files
yt-local/youtube/templates/shared.css
2021-06-14 18:39:03 -05:00

6 lines
104 B
CSS

html {
font-family: {{ font_family }};
background: var(--background);
color: var(--text);
}