diff --git a/styles/styles.css b/styles/styles.css index 4e4d924c7..d8deaf1c0 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -269,7 +269,7 @@ a.button:any-link, button { padding: 5px 30px; text-align: center; font-style: normal; - font-weight: normal; + font-weight: 600; cursor: pointer; color: var(--background-color); background-color: var(--link-color); @@ -902,6 +902,13 @@ main .section.responsive-title h1 { /* ICONS STYLES - END */ /* REDESIGN Buttons */ +/* stylelint-disable-next-line no-descending-specificity */ +.redesign-v2 a.button:any-link, +.redesign-v2 button { + font-weight: normal; +} + +/* stylelint-disable-next-line no-descending-specificity */ .redesign-v2 a.button, .redesign-v2 button.button { align-items: center;