added tf banner ;)

This commit is contained in:
Janis
2022-10-30 15:09:35 +01:00
parent 5dd6bbf290
commit c5e597ef58
5 changed files with 68 additions and 0 deletions

View File

@@ -75,3 +75,12 @@
background: var(--border-color-flash-1);
}
}
@keyframes tfBannerAnimation {
from {
margin-top: -200px;
}
to {
margin-top: 0px;
}
}