From cbea40be8618f92b8058ccb2e0d08cbd0fe19589 Mon Sep 17 00:00:00 2001 From: JimBroad Date: Wed, 19 Feb 2025 22:18:37 -0400 Subject: [PATCH] Add dark mode styling to code sample of the tour --- _content/tour/static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/tour/static/css/app.css b/_content/tour/static/css/app.css index c8cd9db7ed..667772d855 100755 --- a/_content/tour/static/css/app.css +++ b/_content/tour/static/css/app.css @@ -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; }