Skip to content

Commit cbea40b

Browse files
committed
Add dark mode styling to code sample of the tour
1 parent 4a6823e commit cbea40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/tour/static/css/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre, code {
5353
color: #333;
5454
background-color: #fafafa;
5555
}
56-
[data-theme='dark'] code, [data-theme='dark'] .info {
56+
[data-theme='dark'] code, [data-theme='dark'] .info, [data-theme='dark'] #left-side pre {
5757
background-color: #2B2D2F !important;
5858
color: #BABABA;
5959
}

0 commit comments

Comments
 (0)