From 2893c02bd33a2cbb011c15959782a34c6b6e3f7e Mon Sep 17 00:00:00 2001 From: Grufoony Date: Fri, 19 Sep 2025 16:49:29 +0200 Subject: [PATCH] Try to have a bright image --- _styles/background.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_styles/background.scss b/_styles/background.scss index 15a7ba4..a651852 100644 --- a/_styles/background.scss +++ b/_styles/background.scss @@ -16,6 +16,6 @@ background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; - opacity: 0.25; + opacity: 0.6; z-index: -1; -} +} \ No newline at end of file