Farbklassen für Tageszeiten angelegt

This commit is contained in:
Lena 2026-06-03 16:32:45 +02:00
parent 9b6fb2210d
commit fb5dff68a9

View file

@ -187,3 +187,7 @@ img {
height: auto; height: auto;
border-radius: 12px; border-radius: 12px;
} }
.morgen { color: #d97706; } /* warmes Orange */
.tag { color: #16a34a; } /* frisches Grün */
.abend { color: #4338ca; } /* tiefes Blau */