Skip to content

Commit

Permalink
Fix: (.grid-container > div) background-color for dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Dec 7, 2023
1 parent 151872c commit 6c78d3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ table td, table th {
}

.grid-container > div {
/* White, with 80% opacity */
background-color: rgba(255, 255, 255, 0.8);
background-color: var(--pst-color-background);
text-align: middle;
}

Expand Down

0 comments on commit 6c78d3b

Please sign in to comment.