From 10a18462496b7cc1e826cea707bf989faf9c1114 Mon Sep 17 00:00:00 2001 From: gusthoff Date: Fri, 2 Jan 2026 12:27:44 +0100 Subject: [PATCH] Editorial change: fixing background color of static code examples --- frontend/src/styles/learn.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/learn.scss b/frontend/src/styles/learn.scss index 4a0c3f721..72ac05958 100644 --- a/frontend/src/styles/learn.scss +++ b/frontend/src/styles/learn.scss @@ -41,10 +41,8 @@ } } -.rst-content { - .highlight { - background: #ebf4f9; - } +.highlight { + background: #fff0e5; } // theme overrides