diff --git a/app/static/css/style.css b/app/static/css/style.css index c934912..b0b16eb 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -58,6 +58,21 @@ nav.sidebar a.disabled { border-bottom: 1px solid #ddd } +/* -- - - - - - - - - - per site icon settings - - - - - - - - - -- */ + .admin-icon { filter: hue-rotate(300deg) saturate(1000%); } + +.public-icon { + filter: saturate(200%); + /* hue-rotate(300deg) */ +} + +.dev-icon { + filter: hue-rotate(200deg) saturate(1000%); +} + +.dev2-icon { + filter: hue-rotate(100deg) saturate(1000%); +} -- libgit2 0.21.2