Skip to content

Commit

Permalink
fix styling for markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Mar 20, 2024
1 parent 7504ffb commit 4174335
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/_components/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ const styles = css`
@apply text-sm font(mono semibold);
}
& table {
@apply w-full mb-4;
}
& table th,
& table td {
@apply p-2 border(b-1 neutral-7);
}
& a {
cursor: pointer;
@apply text-blue-11;
Expand Down

0 comments on commit 4174335

Please sign in to comment.