Skip to content

Commit

Permalink
table fix on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nabim777 committed Mar 12, 2024
1 parent 5113cb0 commit 64aeb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/detail/ContentData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ defineProps({
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, table {
margin-bottom: 1.8rem;
color: var(--text-light);
}
p, ul, ol, blockquote, td, th {
Expand Down Expand Up @@ -155,7 +156,7 @@ body[theme-dark] {
}
}
h1, h2, h3, h4, h5, h6, p, ul, li {
h1, h2, h3, h4, h5, h6, p, ul, li, table {
color: var(--text-dark);
}
Expand Down

0 comments on commit 64aeb31

Please sign in to comment.