From 22161471f26d9a485ece9f19252020143bca5646 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 3 Mar 2025 07:38:22 -0600 Subject: [PATCH] =?UTF-8?q?Selecci=C3=B3n=20global=20en=20rojo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles.css b/src/styles.css index 6a2174d..4426a9c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -34,6 +34,19 @@ } +::selection { + background-color: var(--color-red-500); + color: white; + /* Asegura buen contraste */ +} + +::-moz-selection { + /* Para compatibilidad con Firefox */ + background-color: var(--color-red-500); + color: white; +} + + @plugin "tailwindcss-animate"; @custom-variant dark (&:is(.dark *));