Fix sidebar and colorize header
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user