Fix #456: make Funkwhale themable by loading external stylesheets
This commit is contained in:
parent
14e0ac97dc
commit
d7f12caf5c
8 changed files with 111 additions and 0 deletions
1
front/static/custom.css
Normal file
1
front/static/custom.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* This is a custom CSS file that can be loaded thanks to settings.json */
|
||||
3
front/static/settings.json
Normal file
3
front/static/settings.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"additionalStylesheets": ["/static/custom.css"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue