Fix Elo Page

This commit is contained in:
2024-03-09 14:25:08 +01:00
parent 08371f57d1
commit 1b55503e12

View File

@ -54,12 +54,3 @@
<p>{error.message}</p> <p>{error.message}</p>
{/await} {/await}
<style lang="scss">
table {
@apply w-full;
}
div {
@apply p-3 bg-gray-200 dark:bg-gray-800 rounded-2xl;
}
</style>