Skip to content

Commit e14a06c

Browse files
committed
always use black shadow in instance ticker misskey-dev#238
we know this looks decent because it's what the MkInstanceTicker already does
1 parent b3b8956 commit e14a06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/SkInstanceTicker.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const bg = {
5050
padding: 4px;
5151
overflow: clip;
5252
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)
53+
text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
5454
}
5555

5656
.icon {

0 commit comments

Comments
 (0)