Add ability to include custom CSS

This commit is contained in:
FloatingGhost 2022-12-06 15:26:16 +00:00
parent eb49295422
commit b68e968bf9
2 changed files with 5 additions and 0 deletions

4
static/custom.css Normal file
View file

@ -0,0 +1,4 @@
/* THIS IS A PLACEHOLDER FILE
place a css file at $static_dir/static/custom.css
to apply custom styles to your frontend
*/