From 6f6cfd8dcf6b9003ccf2728ee1f9183fdd2b5e3d Mon Sep 17 00:00:00 2001 From: Aashaan403 Date: Thu, 14 May 2026 18:02:31 +0000 Subject: [PATCH] The opacity of the image in the front-download box was way too low so increased it from 55% to 90% --- assets/sass/front-page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/front-page.scss b/assets/sass/front-page.scss index bc4225ca08..76413c3fd2 100644 --- a/assets/sass/front-page.scss +++ b/assets/sass/front-page.scss @@ -136,7 +136,7 @@ height: 80px; background: url('#{$baseurl}images/logos/downloads/Git-Icon-1788C.png') no-repeat; background-size: contain; - opacity: 0.55; + opacity: 0.90; } }