INSR-6047 | Strong text fix

Less bold, darker black
This commit is contained in:
scottkiener-at-safelite 2026-01-27 08:48:57 -05:00
parent 204fc0a9e2
commit d6cfc53544

View file

@ -16,7 +16,7 @@
cmsWidgetName="SiteSubHeader"
class="mb-0 mt-4 text-center" />
<div
class="mt-4 mb-5"
class="mt-4 mb-5 strong-text-override"
v-html="scheduleWithSafeliteText"></div>
<buttonMain
ref="buttonMain"
@ -210,6 +210,12 @@ export default {
}
.provider-preference {
:deep(.strong-text-override) {
strong {
font-weight: $font-weight-bold;
color: $black;
}
}
#sub-header span {
color: $black;
}