make background changing more instant

This commit is contained in:
SethBurkart123
2023-10-20 06:51:38 +11:00
parent b1c9beb3d9
commit 1edcf442e6
2 changed files with 29 additions and 23 deletions
-11
View File
@@ -17,17 +17,6 @@
height: 100%;
object-fit: cover;
animation: fade 0.4s ease-in-out;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
</head>