maybe update embed mfm to our changes

This commit is contained in:
dakkar 2024-10-09 18:22:05 +01:00
parent ebe5f678f6
commit faa7b26344
2 changed files with 64 additions and 24 deletions

View file

@ -451,3 +451,12 @@ rt {
0% { filter: hue-rotate(0deg) contrast(150%) saturate(150%); }
100% { filter: hue-rotate(360deg) contrast(150%) saturate(150%); }
}
@keyframes mfm-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}