1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00

make emoji stand out more on reaction button

a slight shadow makes them easier to see
This commit is contained in:
Johann150 2022-04-19 22:03:15 +02:00
parent 60620bdb25
commit e0c5401241
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -144,6 +144,10 @@ export default defineComponent({
> span {
color: var(--fgOnAccent);
}
> .mk-emoji {
filter: drop-shadow(0 0 3px var(--bg));
}
}
> span {