Skip to content

Commit

Permalink
fix bold button
Browse files Browse the repository at this point in the history
  • Loading branch information
kesiah committed Sep 22, 2023
1 parent 46fd2e6 commit 5bfff1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5bfff1c

Please sign in to comment.