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

@@ -9,6 +9,7 @@
<link href="/youtube.com/static/favicon.ico" type="image/x-icon" rel="icon"/>
<link href="/youtube.com/static/normalize.css" rel="stylesheet"/>
<link href="{{ theme_path }}" rel="stylesheet"/>
<link href="/youtube.com/shared.css" rel="stylesheet">
{% block style %}
{{ style }}
{% endblock %}

View File

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