From 6d63f532a86f0f8f91f485c812dc2e4c9c2f790d Mon Sep 17 00:00:00 2001 From: Marco Kittel Date: Tue, 10 Jun 2025 21:47:08 +0200 Subject: [PATCH] Probe der Anpassungen von Tailwind-Css in der index.css --- src/App.tsx | 3 +++ src/index.css | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index f779d0a..7df55d4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -55,6 +55,9 @@ function App() { +
+ red background +
); } diff --git a/src/index.css b/src/index.css index 7c69605..4761f08 100644 --- a/src/index.css +++ b/src/index.css @@ -13,3 +13,8 @@ code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } + + +@theme { + --color-twitter-blue: #1DA1F2 +} \ No newline at end of file