Skip to content
Snippets Groups Projects
Commit e14a06cd authored by dakkar's avatar dakkar
Browse files

always use black shadow in instance ticker #238

we know this looks decent because it's what the MkInstanceTicker
already does
parent b3b89567
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment