diff --git a/_pages/schulungen/_99_booking.html b/_pages/schulungen/_99_booking.html index c9fc640f..a39d1d50 100644 --- a/_pages/schulungen/_99_booking.html +++ b/_pages/schulungen/_99_booking.html @@ -34,7 +34,7 @@ Auf Anfrage
- {{ include.topic }} Inhouse Zur Anfrage + {{ include.topic }} Inhouse Zur Anfrage
@@ -126,7 +126,7 @@ {% endif %}
- Zur Buchung + Zur Buchung
diff --git a/assets/css/app.scss b/assets/css/app.scss index 0819478c..c54eda89 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -125,7 +125,7 @@ $footer-background: #262a2f; .navbar-banner { color: $white; - background: $primary; + background: #463fa6; box-shadow: none; a { @@ -145,6 +145,9 @@ $footer-background: #262a2f; } .btn.btn-primary { + border-color: transparent; + border-left: 0; + border-right: 0; background: var(--pink-to-purple-horizontal-gradient); }