Fix shared.css file style missing
This commit is contained in:
5
youtube/templates/shared.css
Normal file
5
youtube/templates/shared.css
Normal file
@@ -0,0 +1,5 @@
|
||||
html {
|
||||
font-family: {{ font_family }};
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
}
|
||||
Reference in New Issue
Block a user