From dee247e763eedc2f6881a9c345c4dfc0d0d17b1d Mon Sep 17 00:00:00 2001 From: Ashley <iamashley@duck.com> 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%); } </style> <!-- WIGGLE WIGGLE WIGGLE -->