mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:03:08 +02:00
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:
parent
b3b89567ee
commit
e14a06cd16
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue