From cb04dbfe3e62a08e4cf07068c63ba26a2a31969d Mon Sep 17 00:00:00 2001 From: purple Date: Wed, 1 May 2024 16:11:13 +0200 Subject: [PATCH] Revert "feat `admin`: change gradient" This reverts commit 94611f842606c4ad02676053fdc852e9392ad721. --- blueprint/extensions/blueprint/assets/blueprint.style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint/extensions/blueprint/assets/blueprint.style.css b/blueprint/extensions/blueprint/assets/blueprint.style.css index aa67f63..e452ca6 100644 --- a/blueprint/extensions/blueprint/assets/blueprint.style.css +++ b/blueprint/extensions/blueprint/assets/blueprint.style.css @@ -116,7 +116,7 @@ tag[blue] {background-color:#288afb;} aspect-ratio: 1/1; border-top-left-radius: 6px; border-bottom-left-radius: 6px; - background: linear-gradient(90deg, transparent -200%, #13171d 90%); + background: linear-gradient(90deg, rgba(10, 27, 48, 0.35) 0%, rgb(10, 27, 48) 100%); } .byte-img {