Skip to content

Commit

Permalink
Update mdcontainer.scss (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 22, 2024
1 parent f39feef commit 29c73d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/src/styles/mdcontainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,19 @@
list-style-type: lower-roman;
}

.mdContainer table {
@apply w-full table-auto border-collapse mt-6 mb-6;
}

.mdContainer th,
.mdContainer td {
@apply border border-gray-300 px-4 py-2 text-left border-solid;
}

.mdContainer th {
@apply bg-gray-100 font-semibold;
}

.mdContainer tbody tr:nth-child(even) {
@apply bg-gray-50;
}

0 comments on commit 29c73d9

Please sign in to comment.