add minecraft style navigation
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
2023-08-26 03:53:58 +02:00
parent ff21190c54
commit 198e171838
8 changed files with 147 additions and 1 deletions

View File

@@ -45,3 +45,13 @@
@apply font-minecraft;
}
}
@layer components {
.pixelated {
image-rendering: pixelated;
}
.bg-horizontal-sprite {
background-size: auto 100%;
}
}