Fix sidebar and colorize header

This commit is contained in:
Julius Haertl
2016-07-31 00:49:30 +02:00
parent 9abd92c4e4
commit 0e7a71787f
5 changed files with 27 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
app.filter('lightenColorFilter', function() {
app.filter('textColorFilter', function() {
return function (hex) {
// RGB2HLS by Garry Tan
// http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-model-c
@@ -40,4 +40,4 @@ app.filter('lightenColorFilter', function() {
}
}
});
});