diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss index c390f1ac..2c9ccc18 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss @@ -8,7 +8,7 @@ } .contact-bar__item { - @apply flex-1 text-white py-2 bg-ep-primary-light border-r border-white last:border-0; + @apply flex-1 text-white py-2 bg-ep-primary-dark border-r border-white last:border-0; @screen md { @apply flex flex-none items-start transition-transform duration-300 ease-in-out p-1 shadow-md focus:text-white border-0;