This commit is contained in:
2024-04-04 11:58:18 +05:00
parent 14556fab9a
commit 40e85591fe
19 changed files with 106 additions and 2 deletions
+16
View File
@@ -13,3 +13,19 @@ body {
.font-tenor {
font-family: "Tenor Sans", sans-serif;
}
.entering {
opacity: 1;
}
.entered {
opacity: 1;
}
.exiting {
opacity: 0;
}
.exited {
opacity: 0;
}