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;