Merge: always use black shadow in SK instance ticker (#254)

Closes #223
This commit is contained in:
Marie 2023-12-23 18:57:38 +01:00
commit 978ee64fd1

View file

@ -50,7 +50,7 @@ const bg = {
padding: 4px;
overflow: clip;
color: #fff;
text-shadow: -1px -1px 0 var(--bg),1px -1px 0 var(--bg),-1px 1px 0 var(--bg),1px 1px 0 var(--bg)
text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.icon {