From 2747fd38356925399db6272ba67af8e8a9459d13 Mon Sep 17 00:00:00 2001 From: Caleb Tucker Date: Thu, 10 Mar 2022 08:56:31 -0600 Subject: [PATCH] OPS-32159 change form label and modal headers to font-weight of 600 (instead of 500) so they appear bold on Windows. --- scss/_forms.scss | 4 ++-- scss/components/_modals.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index d588288..0e1c15d 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -110,7 +110,7 @@ textarea:focus { form label { color: $gray-700; - font-weight: 500; + font-weight: 600; } fieldset { @@ -125,7 +125,7 @@ fieldset + fieldset { fieldset legend { color: $gray-900; - font-weight: 500; + font-weight: 600; display: block; width: 100%; @extend %h3; diff --git a/scss/components/_modals.scss b/scss/components/_modals.scss index 957fa06..9a75f22 100644 --- a/scss/components/_modals.scss +++ b/scss/components/_modals.scss @@ -78,7 +78,7 @@ $modal-backdrop-color: rgba($gray-500, .6); .modal-header { border-bottom-width: 1px; - font-weight: 500; + font-weight: 600; margin-top: -1rem; padding-right: 4rem; @extend %h3;