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 c08aef8891
commit 92489d7885

View File

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