From 45e330fe000824f0999e21ea19754d19e2d89836 Mon Sep 17 00:00:00 2001 From: Lukas Waslowski <cr7pt0gr4ph7@gmail.com> Date: Tue, 31 Dec 2024 22:38:30 +0100 Subject: [PATCH] [Playground] Add background to gutter --- source/assets/sass/components/_playground.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/assets/sass/components/_playground.scss b/source/assets/sass/components/_playground.scss index 96bfb0bc6..3eeceb6b4 100644 --- a/source/assets/sass/components/_playground.scss +++ b/source/assets/sass/components/_playground.scss @@ -183,7 +183,7 @@ $playground-base-colors: ( overflow-y: inherit; .cm-gutters { - background-color: transparent; + background-color: var(--sl-background--editor); border-right: none; }