diff --git a/src/App/Timelines.css b/src/App/Timelines.css index ba3f6cf3270d20ad62269684eedb0d723dd2d03b..d26a5ce38eaccdad21bf355a7a9a3f122a7afa73 100644 --- a/src/App/Timelines.css +++ b/src/App/Timelines.css @@ -223,7 +223,7 @@ button.tabbutton:nth-child(1), button.tabbutton:nth-child(6){ .timeline-item-content { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); border-radius: 5px; - background-color: var(--ourbeige); + background-color: white; /* Soll white bleiben! */ display: flex; flex-direction: column; align-items: flex-end;