aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/shared.css
blob: 8f12651132c82c99f518b09d0886eaac3bdf263c (plain)
1
2
3
4
5
html {
    font-family: {{ font_family }};
    background: var(--background);
    color: var(--text);
}