From c9daab39e370545ef5ba40f55fd4eb502efab625 Mon Sep 17 00:00:00 2001 From: david-swift <106754840+david-swift@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:11:40 +0200 Subject: [PATCH] Improve tutorials overview gradient --- theme-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-settings.json b/theme-settings.json index fee25e5..ccd8a86 100644 --- a/theme-settings.json +++ b/theme-settings.json @@ -26,7 +26,7 @@ "light": "", "dark": "#1d1d1f" }, - "tutorials-overview-background": "linear-gradient(180deg, rgba(43,20,23,1) 0%, rgba(65,24,30,0.3) 60%, rgba(0,0,0,1) 100%)", + "tutorials-overview-background": "linear-gradient(180deg, rgba(43,20,23,1) 0%, rgba(41, 3, 8, 0.808) 60%, rgba(0,0,0,1) 100%)", "fill-light-blue-secondary": "#ea3358", "fill-blue": "#ea3358", "figure-blue": "#ea3358",