Skip to content

Commit

Permalink
Add dark mode styling to code sample of the tour
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBroad committed Feb 20, 2025
1 parent 4a6823e commit cbea40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/tour/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pre, code {
color: #333;
background-color: #fafafa;
}
[data-theme='dark'] code, [data-theme='dark'] .info {
[data-theme='dark'] code, [data-theme='dark'] .info, [data-theme='dark'] #left-side pre {
background-color: #2B2D2F !important;
color: #BABABA;
}
Expand Down

0 comments on commit cbea40b

Please sign in to comment.