ttcMD: initial table renderer

This commit is contained in:
2024-03-15 12:20:42 -06:00
parent 3c7ef5a185
commit b2c7a35e8b
3 changed files with 76 additions and 9 deletions

View File

@@ -73,6 +73,14 @@
.accordion:not(:has(+ .accordion)) {
@apply rounded-b-md;
}
.md-table {
@apply bg-black/20 rounded-md overflow-clip;
}
.md-table td,
.md-table th {
@apply px-4 border border-black/20 dark:border-white/20;
}
}
@keyframes identifier {