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 19, 2024
1 parent 4ad9254 commit d5bbf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/detail/ContentData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,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 d5bbf3a

Please sign in to comment.