always use black shadow in instance ticker #238

we know this looks decent because it's what the MkInstanceTicker
already does
This commit is contained in:
dakkar 2023-12-23 14:25:41 +00:00
parent b3b89567ee
commit e14a06cd16
1 changed files with 1 additions and 1 deletions

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 {