From ac2e73042e8bd773ff75b62ed869a6b6510cc796 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean <michal-gdula@protonmail.com> Date: Sat, 22 Apr 2023 11:52:10 +0000 Subject: [PATCH] Broken gradient on groups --- onlylegs/templates/group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }