Status, Custom status, pfp, and pfp border color now update in real time :D
This commit is contained in:
parent
3db0ffc14c
commit
532454f3e7
4 changed files with 57 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue