Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/ui-components/src/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ main {
border-neutral-200
text-left
text-sm
dark:border-neutral-800;
dark:border-neutral-900;

/* Common border and text styles */
th,
Expand All @@ -145,7 +145,7 @@ main {
py-2
break-words
text-neutral-900
dark:border-neutral-800
dark:border-neutral-900
dark:text-white;

a + a {
Expand Down Expand Up @@ -197,7 +197,7 @@ main {
before:font-medium
before:text-neutral-500
before:content-[attr(data-label)]
dark:border-neutral-800
dark:border-neutral-900
dark:before:text-neutral-400;
}

Expand Down
Loading