forked from mirrors/akkoma-fe
Add ability to include custom CSS
This commit is contained in:
parent
eb49295422
commit
b68e968bf9
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<link rel="stylesheet" href="/static/font/tiresias.css">
|
||||
<link rel="stylesheet" href="/static/font/css/lato.css">
|
||||
<link rel="stylesheet" href="/static/mfm.css">
|
||||
<link rel="stylesheet" href="/static/custom.css">
|
||||
<!--server-generated-meta-->
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
|
4
static/custom.css
Normal file
4
static/custom.css
Normal 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
|
||||
*/
|
Loading…
Reference in a new issue