Skip to content

Commit

Permalink
fix: adjust table colors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jan 21, 2024
1 parent d727543 commit 61fcfdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,12 @@ nav.nav-bar ul li ul li {
.frame-dim p {
color: $overlay-color-dark;
}
table {
border: 1px solid lighten($black, 17%);
table, td, th, tr {
border: 1px solid lighten($black, 42%);
}
thead {
background-color: lighten($black, 15%);
border-bottom: 1px solid lighten($black, 17%);
border: 1px solid lighten($black, 42%);
}
.btn {
background-color: lighten($black, 7%);
Expand Down

0 comments on commit 61fcfdb

Please sign in to comment.