We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b8956 commit e14a06cCopy full SHA for e14a06c
packages/frontend/src/components/SkInstanceTicker.vue
@@ -50,7 +50,7 @@ const bg = {
50
padding: 4px;
51
overflow: clip;
52
color: #fff;
53
- 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;
54
}
55
56
.icon {
0 commit comments