Skip to content

Commit 9e2ab25

Browse files
committed
Updated bold
1 parent f3aac7f commit 9e2ab25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/core.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--font-size-large: 1.25rem;
88
--font-weight-light: 300;
99
--font-weight-normal: 400;
10-
--font-weight-bold: 600;
10+
--font-weight-bold: 700;
1111
--font-weight-extrabold: 800;
1212

1313
/* colours */
@@ -99,7 +99,7 @@
9999
--badge-padding-x: 0.35em;
100100
--badge-padding-y: 0.35em;
101101
--badge-font-size: var(--font-size-small);
102-
--badge-font-weight: var(--font-weight-bold);
102+
--badge-font-weight: var(--font-weight-normal);
103103
--badge-border-radius: var(--border-radius);
104104
--badge-border-radius-left: var(--badge-border-radius);
105105
--badge-border-radius-right: var(--badge-border-radius);
@@ -169,7 +169,7 @@
169169
--form-label-color: var(--dark-color);
170170
--form-label-padding-x: calc(var(--spacer) * 0.5);
171171
--form-label-padding-y: calc(var(--spacer) * 0.5);
172-
--form-label-font-size: var(--font-size-small);
172+
--form-label-font-size: var(--font-size-normal);
173173
--form-label-font-weight: var(--font-weight-bold);
174174
--form-label-line-height: 1;
175175
--form-label-border: none;

0 commit comments

Comments
 (0)