diff --git a/public/Logo.png b/public/Logo.png new file mode 100644 index 0000000..4a646f0 Binary files /dev/null and b/public/Logo.png differ diff --git a/src/index.html b/src/index.html index d817545..0e99fc5 100644 --- a/src/index.html +++ b/src/index.html @@ -10,34 +10,32 @@
- - + Gallus Pub Logo

Coming Soon

Öffnungszeiten

-

Montag - Freitag: 16:00 - 00:00 Uhr

-

Samstag - Sonntag: 14:00 - 02:00 Uhr

+

Mittwoch: 19:00 - 24:00

+

Donnerstag: 19:00 - 24:00

+

Freitag: 19:00 - 01:00

+

Samstag: 19:00 - 01:00

+

Aktuelle Events findest du auf unserem Social Media.

diff --git a/src/styles.css b/src/styles.css index eedb4b2..17a1250 100644 --- a/src/styles.css +++ b/src/styles.css @@ -7,8 +7,8 @@ body { font-family: 'Arial', sans-serif; - background-color: #f5f5f5; - color: #333; + background-color: #213b28; + color: #ceb39b; line-height: 1.6; display: flex; justify-content: center; @@ -110,7 +110,7 @@ body { font-style: italic; margin-top: 20px; padding: 10px; - background-color: #f0f0f0; + background-color: #3C2A26; border-radius: 5px; }