From d6e23b5253c086f9e9c2317e83689550451536ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphae=CC=88l=20Goetter?= Date: Tue, 17 Sep 2024 08:34:37 +0200 Subject: [PATCH] CSS: couleurs du `::marker` (fix Safari) --- assets/components/commons.css | 1 + uno-bretzel.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/components/commons.css b/assets/components/commons.css index 9a0568e..90ee3e6 100644 --- a/assets/components/commons.css +++ b/assets/components/commons.css @@ -80,6 +80,7 @@ ul.list { & > li::marker { content: normal; + color: currentColor; } } diff --git a/uno-bretzel.ts b/uno-bretzel.ts index c6e63dd..356ef7d 100644 --- a/uno-bretzel.ts +++ b/uno-bretzel.ts @@ -56,6 +56,7 @@ export default definePreset(() => { & > li::marker { content: ""; + color: transparent; } }