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; }