fix: get rid of error
All checks were successful
create archive with lfs / tag (push) Successful in 9s

This commit is contained in:
dusk 2024-10-01 03:54:07 +03:00
parent fe82c60fe5
commit 3ba07e7b93
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -169,6 +169,7 @@
<style lang="postcss"> <style lang="postcss">
.navbox { .navbox {
@apply flex gap-3 px-1.5 text-nowrap align-middle items-center text-center place-content-center border-ralsei-white border-groove border-4; @apply flex gap-3 px-1.5 text-nowrap align-middle items-center text-center place-content-center border-ralsei-white border-4;
border-style: groove;
} }
</style> </style>