diff --git a/Base/res/html/misc/backdrop-filter.html b/Base/res/html/misc/backdrop-filter.html index cc38b45310..3fc0260943 100644 --- a/Base/res/html/misc/backdrop-filter.html +++ b/Base/res/html/misc/backdrop-filter.html @@ -72,6 +72,10 @@ .hue-rotate { backdrop-filter: hue-rotate(60deg); } + + .saturate { + backdrop-filter: saturate(4); + }
@@ -111,6 +115,10 @@