Fix char image disappearing on changing bg

This commit is contained in:
SillyLossy
2023-03-27 23:33:59 +03:00
parent 90b74e20d0
commit ce75a41388

View File

@ -16,6 +16,7 @@
text-align: center; text-align: center;
filter: drop-shadow(2px 2px 2px #51515199); filter: drop-shadow(2px 2px 2px #51515199);
transition: 500ms; transition: 500ms;
z-index: 3;
} }
img.expression { img.expression {