diff options
author | Luc Didry <luc@didry.org> | 2019-10-09 18:20:26 +0200 |
---|---|---|
committer | Luc Didry <luc@didry.org> | 2019-10-11 10:40:25 +0200 |
commit | 7a4c375ebfae5aa43c663b1084acfb68f61b30b8 (patch) | |
tree | 82565b6007334585cd5c79c9bfc06d1f6d471b8e /.gitignore | |
parent | afe486531d4dfffff7522efecdff1bcf18d13994 (diff) | |
download | wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.tar.gz wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.tar.zst wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.zip |
✨ Allow custom styles system wide
Should fix #4060
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,3 +55,6 @@ app/Resources/build/ | |||
55 | admin-export.json | 55 | admin-export.json |
56 | specialexport.json | 56 | specialexport.json |
57 | /data/site-credentials-secret-key.txt | 57 | /data/site-credentials-secret-key.txt |
58 | |||
59 | # Custom CSS file | ||
60 | web/custom.css | ||