diff --git a/onlylegs/templates/group.html b/onlylegs/templates/group.html
index 61ec8d6..d69530f 100644
--- a/onlylegs/templates/group.html
+++ b/onlylegs/templates/group.html
@@ -203,7 +203,7 @@
}
@media (max-width: 800px) {
.banner-filter {
- background: linear-gradient(180deg, rgba{{ images.0.colours.0 }}), rgba({{ images.0.colours.1.0 }}, {{ images.0.colours.1.1 }}, {{ images.0.colours.1.2 }}, 0.5)) !important;
+ background: linear-gradient(180deg, rgba{{ images.0.colours.0 }}, rgba({{ images.0.colours.1.0 }}, {{ images.0.colours.1.1 }}, {{ images.0.colours.1.2 }}, 0.5)) !important;
}
}