fix class selector for instance title

This commit is contained in:
matty 2024-03-11 20:13:02 -04:00
parent 09f03d22b5
commit 93136e34e7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ body {
--mainHoverColor: #2a4858;
}
.span.instance-name {
span.instance-name {
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;