mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:13: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;
|
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