Skip to content

Commit 1d144d6

Browse files
committed
Improve docs dark theme in table
1 parent e434a47 commit 1d144d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
.dark .cover.show {
1717
background-color: rgb(79 58 120) !important;
1818
}
19+
20+
.dark .markdown-section p.tip, .dark .markdown-section tr:nth-child(2n) {
21+
background-color: #4c4c4c;
22+
}
1923
</style>
2024
</head>
2125
<body>

0 commit comments

Comments
 (0)