This commit is contained in:
matty 2024-03-11 20:28:40 -04:00
parent 0da3a11eaf
commit e798f5abca
1 changed files with 4 additions and 0 deletions

View File

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