Skip to content

Commit

Permalink
table with contrast dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pancakereport committed Jan 30, 2025
1 parent 6d78ac2 commit a3ba2aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _sass/color_schemes/dark_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@
blockquote.important-title > p:first-child {
color: #8975FF;
}

table td, table th {
background-color: #3D3D3D; /* Light background for cells */
color: #FFFFFF; /* Light text color for readability */
}

table td a, table th a {
color: #9ECCF0; /* Default link color */
}
}

0 comments on commit a3ba2aa

Please sign in to comment.