From e798f5abca73de6c33e3bf992963dd64ebd0f0da Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 11 Mar 2024 20:28:40 -0400 Subject: [PATCH] nigar --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 82ad74b..12497e8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -36,7 +36,11 @@ body { span.instance-name { background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important; + background-clip: text !important; -webkit-background-clip: text !important; + -moz-background-clip: text !important; + -o-background-clip: text !important; + -ms-background-clip: text !important; -webkit-text-fill-color: transparent !important; }