Fix #456: make Funkwhale themable by loading external stylesheets

This commit is contained in:
Eliot Berriot 2018-07-26 19:51:55 +02:00
commit d7f12caf5c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 111 additions and 0 deletions

1
front/static/custom.css Normal file
View file

@ -0,0 +1 @@
/* This is a custom CSS file that can be loaded thanks to settings.json */

View file

@ -0,0 +1,3 @@
{
"additionalStylesheets": ["/static/custom.css"]
}