From fce417b3198ab8d82164159c40bf6d241af8ff3f Mon Sep 17 00:00:00 2001 From: Mag <166319982+magali-la@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:51:30 -0400 Subject: [PATCH] style(tailwind colors): add custom tailwind colors in index file --- src/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/index.css b/src/index.css index d4b5078..ef7c323 100644 --- a/src/index.css +++ b/src/index.css @@ -1 +1,11 @@ @import 'tailwindcss'; + +@theme { + --color-eerie: #1E1E1E; + --color-electricgreen: #15F30D; + --color-persianblue: #0561A7; + --color-sangria: #950606; + --color-nyanza: #E1FFE4; + --color-celeste: #BBFDFF; + +} \ No newline at end of file