Skip to content

Commit c200eec

Browse files
committed
style: change table tr style for dark theme
1 parent 959277e commit c200eec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/themes/dark.styl

Lines changed: 3 additions & 0 deletions
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)