Merge: always use black shadow in SK instance ticker (#254)
Closes #223
This commit is contained in:
commit
978ee64fd1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const bg = {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
color: #fff;
|
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 {
|
.icon {
|
||||||
|
|
Loading…
Reference in a new issue