diff --git a/public/css/building.css b/public/css/building.css index 4b204ac..884904f 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -88,6 +88,7 @@ body { font-weight: bold; color: #f0d9a6; + font-size: 28px; text-shadow: 0 0 4px black; } @@ -100,7 +101,7 @@ body { .popup-tabs button { flex: 1; - + font-weight: bold; padding: 10px; background: linear-gradient(#5c3b20, #3a2513); @@ -175,3 +176,8 @@ body { .popup-header span { cursor: pointer; } + +#popup-title { + font-weight: bold; + font-size: 30px; +}