Farbklassen für Tageszeiten angelegt
This commit is contained in:
parent
9b6fb2210d
commit
fb5dff68a9
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
Loading…
Reference in a new issue