From 3efc07fc5b8f451bae7f5993d82dbbbeef316828 Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 16 Jan 2024 14:45:01 +0000 Subject: [PATCH] Darken the splash bg with a gradient --- theme/static/css/pages/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/static/css/pages/index.css b/theme/static/css/pages/index.css index 681bc787..1c2cb8c0 100644 --- a/theme/static/css/pages/index.css +++ b/theme/static/css/pages/index.css @@ -1,5 +1,5 @@ .splash.cover-bg { - background-image: url('/theme/images/cover/splash-bg.jpg'); + background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url('/theme/images/cover/splash-bg.jpg'); } .splash .splash-logo {