This commit is contained in:
Cay 2026-03-12 15:24:08 +00:00
parent a0db933e51
commit ab1706ed76

View File

@ -10,7 +10,7 @@ body {
.progress-bar {
width: 100%;
height: 12px;
background: #2a1a0b;
background: #5b3a1f;
border: 1px solid #8b6a3c;
margin-top: 8px;
}
@ -126,6 +126,8 @@ body {
background: rgba(255, 255, 255, 0.08);
border-radius: 6px;
color: #2b1b0f; /* NEU */
}
/* Tabs Content */
@ -191,3 +193,13 @@ body {
#popup-title {
font-weight: bold;
}
.popup-content h3 {
font-family: "Tangerine", serif;
font-size: 30px;
color: #3b2412;
}
.popup-content p {
color: #3a2413;
}