We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41337a commit 9f6e99bCopy full SHA for 9f6e99b
src/styles/table.css
@@ -22,5 +22,5 @@ table * {
22
Alternating row shading
23
*/
24
.sl-markdown-content tr:nth-child(2n):not(:where(.not-content *)) {
25
- background-color: var(--sl-color-gray-7, #121212);
+ background-color: var(--sl-color-gray-7, #1f1f1f);
26
}
0 commit comments