From 2685aac920f6fd5dc474ed2787f01ba671672918 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 16 Feb 2026 18:51:28 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20ajouter=20une=20nouvelle=20utilit=C3=A9?= =?UTF-8?q?=20text-stroke=20pour=20le=20style=20de=20texte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/css/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 61f5cf9..49a21e2 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -1,6 +1,12 @@ @import "tailwindcss"; @import "@nuxt/ui"; +@utility text-stroke-* { + -webkit-text-stroke-width: calc(--value(integer) * 1px); + -webkit-text-stroke-color: --value(--color-*); + -webkit-text-stroke-color: --value([*]); +} + @theme { --animate-wave: wave 2.5s infinite; --font-mono: 'Monaspace Neon', 'ui monaspace', monospace; @@ -51,4 +57,4 @@ .sofia { --ui-font-family: 'Sofia Sans', sans-serif; -} \ No newline at end of file +}