From eda63dcb1a5f22eff3349ca643683a103184950d Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Mon, 25 Aug 2025 18:07:59 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20les=20CSS=20pour=20faciliter=20?= =?UTF-8?q?l'adaptation=20des=20svg=20au=20th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .marp/themes/catppuccin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.marp/themes/catppuccin.css b/.marp/themes/catppuccin.css index 66a5d08..f49081a 100644 --- a/.marp/themes/catppuccin.css +++ b/.marp/themes/catppuccin.css @@ -26,6 +26,7 @@ section { section, section.latte { + color-scheme: light; --pink: #ea76cb; --mauve: #8839ef; --red: #d20f39; @@ -53,6 +54,7 @@ section.latte { } section.frappe { + color-scheme: dark; --pink: #f4b8e4; --mauve: #ca9ee6; --red: #e78284; @@ -80,6 +82,7 @@ section.frappe { } section.macchiato { + color-scheme: dark; --pink: #f5bde6; --mauve: #c6a0f6; --red: #ed8796; @@ -107,6 +110,7 @@ section.macchiato { } section.mocha { + color-scheme: dark; --pink: #f5c2e7; --mauve: #cba6f7; --red: #f38ba8;