From be40091102e3439498fc2b6a3473fc44805eb88a Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 15:41:24 +0200 Subject: [PATCH] Publication background fade --- Website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index 941fd1d..13a2778 100644 --- a/Website/style.css +++ b/Website/style.css @@ -198,7 +198,7 @@ publication::after{ left: 0; top: 0; border-radius: 5px; width: 100%; height: 100%; - background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.1)); + background: linear-gradient(rgba(0,0,0,0.7), rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2)); } publication-information {