diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-07-08 23:10:00 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-07-08 23:20:56 +0200 |
commit | a5a0c0399bcfea518330c4bad186da77f89ace6e (patch) | |
tree | 3b8d80e19d3337bf5243eff63e10ab3bed4b5c67 /.gitignore | |
parent | c03c90a13e1356ca9cf40cc664547c49305cb24b (diff) | |
download | Shaarli-a5a0c0399bcfea518330c4bad186da77f89ace6e.tar.gz Shaarli-a5a0c0399bcfea518330c4bad186da77f89ace6e.tar.zst Shaarli-a5a0c0399bcfea518330c4bad186da77f89ace6e.zip |
WIP - Plugin to override default template colors
* Adds a new core plugin to override default template colors
* Adds a new hook when plugin settings are saved
(`save_plugin_parameters`)
* Use CSS native variables for main colors instead of SASS variables
* Disable SASS sort order rules due to a bug in the plugin
Fixes #1312
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ phpdoc.xml | |||
28 | 28 | ||
29 | # User plugin configuration | 29 | # User plugin configuration |
30 | plugins/*/config.php | 30 | plugins/*/config.php |
31 | plugins/default_colors/default_colors.css | ||
31 | 32 | ||
32 | # HTML documentation | 33 | # HTML documentation |
33 | doc/html/ | 34 | doc/html/ |