Status, Custom status, pfp, and pfp border color now update in real time :D

This commit is contained in:
bingus_violet 2024-05-26 15:32:26 -05:00
parent 3db0ffc14c
commit 532454f3e7
4 changed files with 57 additions and 9 deletions

View file

@ -115,6 +115,10 @@ img:not(.project-inner > div > img):not(.activity>img) {
}
}
.statusColor {
transition: color 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes fadeDelay {
0% {
opacity: 0;