fixing small things and adding version num

This commit is contained in:
ngn
2023-05-07 15:52:31 +03:00
parent 172ebcc46a
commit b67709a215
9 changed files with 21 additions and 22 deletions

Binary file not shown.

View File

@@ -290,23 +290,6 @@ body {
}
}
@keyframes minecraftAnimation {
0%{
font-size: 15px;
}
50%{
font-size: 17px;
}
100%{
font-size: 15px;
}
}
@font-face {
font-family: "Minecraft";
src: url("/Minecraft.ttf") format("opentype");
}
glitch {
animation-name: colorAnimation;
animation-iteration-count: infinite;