diff --git a/public/css/building.css b/public/css/building.css index 2e8a72b..fc40ef5 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -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; +}