From b0f274015bfb9377ace6fb5277db34208673e4f5 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 12 Jun 2023 18:15:38 +0000 Subject: [PATCH] new gradient to customize page :3 --- html/custom-css.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/custom-css.ejs b/html/custom-css.ejs index f69cd360..33cca204 100644 --- a/html/custom-css.ejs +++ b/html/custom-css.ejs @@ -63,7 +63,7 @@ summary:hover{ } .gradient-bg{ - background-image:linear-gradient(to bottom right, #9666F7, #B37C6B); !important + background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%); }