From 718063129c8cbccab1184329dc974e91c520beb2 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Thu, 3 Oct 2024 16:04:57 +0200 Subject: [PATCH] Make gradient bit more visible --- .../(guest)/register/github-education-program/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(public)/(guest)/register/github-education-program/+page.svelte b/src/routes/(public)/(guest)/register/github-education-program/+page.svelte index 61852ac6e..bc57aa145 100644 --- a/src/routes/(public)/(guest)/register/github-education-program/+page.svelte +++ b/src/routes/(public)/(guest)/register/github-education-program/+page.svelte @@ -118,7 +118,7 @@ min-height: 100vh; background: linear-gradient( 56deg, - rgba(253, 54, 110, 0.1) 0%, + rgba(253, 54, 110, 0.15) 0%, var(--gradient-start-color) 48.38% );