From fb5dff68a9b572b78cb2bd280aff456506dca041 Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 3 Jun 2026 16:32:45 +0200 Subject: [PATCH] =?UTF-8?q?Farbklassen=20f=C3=BCr=20Tageszeiten=20angelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index ee313e2..059c930 100644 --- a/css/style.css +++ b/css/style.css @@ -187,3 +187,7 @@ img { height: auto; border-radius: 12px; } + +.morgen { color: #d97706; } /* warmes Orange */ +.tag { color: #16a34a; } /* frisches GrĂ¼n */ +.abend { color: #4338ca; } /* tiefes Blau */ \ No newline at end of file