diff --git a/var/www/templates/correlation/show_correlation.html b/var/www/templates/correlation/show_correlation.html index 746ffdf7..b8a9dd79 100644 --- a/var/www/templates/correlation/show_correlation.html +++ b/var/www/templates/correlation/show_correlation.html @@ -65,6 +65,14 @@ color: #000000; } + .pixelated { + image-rendering: pixelated; + } + + .blured { + filter: blur(5px); + } + .graph_panel { padding: unset; } @@ -116,13 +124,36 @@