Download and Rules

This commit is contained in:
2023-11-18 16:52:54 +01:00
parent 3889f28eb8
commit 3996376381
17 changed files with 88 additions and 12 deletions

View File

@@ -99,14 +99,14 @@
<SchematicInfo schematicId={infoModalId} on:reset={() => infoModalId = null} />
{/if}
<style lang="scss">
<style lang="postcss">
table {
@apply w-full;
}
tr {
@apply transition-colors cursor-pointer border-b
dark:hover:bg-gray-800 hover:bg-gray-300;
dark:hover:bg-gray-800 hover:bg-gray-300;
}
th {