From c5812bf558ad3e23044aeb286aac26819bc6bbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ko=CC=88lling?= <tobias.koelling@mpimet.mpg.de> Date: Tue, 14 May 2024 13:05:52 +0200 Subject: [PATCH] remove code cell background --- lectures/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lectures/custom.scss b/lectures/custom.scss index 31184f9..0ed79eb 100644 --- a/lectures/custom.scss +++ b/lectures/custom.scss @@ -102,6 +102,10 @@ kbd, .kbd { background-position: right top; } +.reveal div.sourceCode { + background-color: transparent; +} + .reveal .special.slide-background { background-color: var(--dark-bg-color); } -- GitLab