From 2adf3eb20d8c6711aa8eddec59b82b6c2e15dd07 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Fri, 15 Mar 2024 15:41:45 +0100
Subject: [PATCH] fix gradient, re #93

---
 assets/pluginmarket.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/pluginmarket.scss b/assets/pluginmarket.scss
index df8d416..6f109da 100755
--- a/assets/pluginmarket.scss
+++ b/assets/pluginmarket.scss
@@ -55,7 +55,7 @@
             background-size: contain;
             background-repeat: no-repeat;
             background-color: white;
-            box-shadow: inset 0 0 4px fade-out(#000, 70%);
+            box-shadow: inset 0 0 4px fade-out(#000, 0.7);
         }
 
         .shortdescription {
@@ -77,7 +77,7 @@
                 right: 0;
                 height: 20px;
 
-                background-image: linear-gradient(to bottom, fade-out(#fff, 100%), #fff); // Standard, IE10
+                background-image: linear-gradient(to bottom, fade-out(#fff, 1), #fff); // Standard, IE10
                 background-repeat: repeat-x;
             }
         }
-- 
GitLab