Adjust contactbar background color

This commit is contained in:
Björn Fromme
2022-01-23 17:44:33 +01:00
parent ce808bf886
commit 30bb4d56da
@@ -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;