]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
WIP - Plugin to override default template colors
authorArthurHoaro <arthur@hoa.ro>
Mon, 8 Jul 2019 21:10:00 +0000 (23:10 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 8 Jul 2019 21:20:56 +0000 (23:20 +0200)
commita5a0c0399bcfea518330c4bad186da77f89ace6e
tree3b8d80e19d3337bf5243eff63e10ab3bed4b5c67
parentc03c90a13e1356ca9cf40cc664547c49305cb24b
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
.dev/.sasslintrc
.gitignore
assets/default/scss/shaarli.scss
index.php
plugins/default_colors/default_colors.css.template [new file with mode: 0644]
plugins/default_colors/default_colors.meta [new file with mode: 0644]
plugins/default_colors/default_colors.php [new file with mode: 0644]