mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
make emoji stand out more on reaction button
a slight shadow makes them easier to see
This commit is contained in:
parent
c08aef8891
commit
92489d7885
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ export default defineComponent({
|
|||
> span {
|
||||
color: var(--fgOnAccent);
|
||||
}
|
||||
|
||||
> .mk-emoji {
|
||||
filter: drop-shadow(0 0 3px var(--bg));
|
||||
}
|
||||
}
|
||||
|
||||
> span {
|
||||
|
|
Loading…
Add table
Reference in a new issue