Skip to content

Commit 02b6d12

Browse files
authored
style: change table tr style for dark theme (#1928)
1 parent 35b87b9 commit 02b6d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/themes/dark.styl

+3
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ body
121121
position relative
122122
word-wrap normal
123123

124+
.markdown-section tr:nth-child(2n)
125+
background-color #282828
126+
124127
/* code highlight */
125128
.token.comment, .token.prolog, .token.doctype, .token.cdata
126129
color #8e908c

0 commit comments

Comments
 (0)