From aa1f9b1b5696a07086d58a8ad5f99a0d89d11ac5 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 22:17:47 +0200 Subject: [PATCH] background fade --- Website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index bba10d4..b282611 100644 --- a/Website/style.css +++ b/Website/style.css @@ -233,7 +233,7 @@ publication::after{ left: 0; top: 0; border-radius: 5px; width: 100%; height: 100%; - background: linear-gradient(rgba(0,0,0,0.7), rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2)); + background: linear-gradient(rgba(0,0,0,0.8), rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.2)); } publication-information {