diff --git a/src/index.css b/src/index.css index bd6213e..b23399b 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +:root { + @apply text-center text-black dark:text-white; +} \ No newline at end of file