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 4ad9254 commit c64fc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/detail/ContentData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ body[theme-dark] {
table {
border-color: grey;
color: var(--text-dark);
td, th {
border-color: grey;
Expand Down

0 comments on commit c64fc58

Please sign in to comment.