fixing bochure format download icon color

This commit is contained in:
Antoine M 2023-12-19 12:53:07 +01:00
parent 9eafe240ad
commit b025d4b985

View File

@ -25,4 +25,7 @@
.homegrade-blocks-custom-heading + ul { .homegrade-blocks-custom-heading + ul {
@apply pl-2 xl:pl-12; @apply pl-2 xl:pl-12;
} }
.brochure-download-icon {
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%);
}
} }