Increase the color contrast of the booking header selection information

This commit is contained in:
Alex Tselegidis 2024-10-14 18:12:35 +02:00
parent 65a4cc5df0
commit 62f76ad93d

View file

@ -187,5 +187,11 @@
#existing-customers-list div:hover {
background: <?= $company_color ?> !important;
}
#book-appointment-wizard #company-name .display-booking-selection {
color: <?= $company_color ?>;
border-right-color: <?= $company_color ?>;
filter: brightness(280%);
}
</style>
<?php endif; ?>