Skip to content

Commit 6c78d3b

Browse files
committed
Fix: (.grid-container > div) background-color for dark-mode
1 parent 151872c commit 6c78d3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: assets/css/tabs.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ table td, table th {
5050
}
5151

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

0 commit comments

Comments
 (0)