Skip to content

Commit

Permalink
always use black shadow in instance ticker misskey-dev#238
Browse files Browse the repository at this point in the history
we know this looks decent because it's what the MkInstanceTicker
already does
  • Loading branch information
dakkar committed Dec 23, 2023
1 parent b3b8956 commit e14a06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/SkInstanceTicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e14a06c

Please sign in to comment.