Skip to content

Commit eab18d9

Browse files
committed
font weight 500
1 parent 5e1591d commit eab18d9

12 files changed

+17
-17
lines changed

src/_sass/components/_accordion.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
&__heading {
1414
padding-right: 20px;
1515
font-size: 16px;
16-
font-weight: 600;
16+
font-weight: 500;
1717
color: color(gray-800);
1818
line-height: 1.71;
1919
position: relative;
@@ -38,7 +38,7 @@
3838
display: inline-block;
3939
margin-top: 7px;
4040
font-size: 14px;
41-
font-weight: 600;
41+
font-weight: 500;
4242
text-decoration: underline;
4343
}
4444

src/_sass/components/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.button {
22
font-size: 12px;
3-
font-weight: 600;
3+
font-weight: 500;
44
line-height: 1.5;
55
text-align: center;
66
padding: 8px 12px;

src/_sass/components/_code-example.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
color: color(gray-700);
2727
font-size: 12px;
2828
line-height: 16px;
29-
font-weight: 600;
29+
font-weight: 500;
3030

3131
&:hover {
3232
color: color(primary);

src/_sass/components/_destination-menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.destination-menu {
22
&__title {
3-
font-weight: 600;
3+
font-weight: 500;
44
padding-bottom: 10px;
55
font-size: 14px;
66
}

src/_sass/components/_list-steps.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
height: 40px;
1010
border-radius: 50%;
1111
background-color: color(primary-lighter);
12-
font-weight: 600;
12+
font-weight: 500;
1313
color: color(primary);
1414
}
1515

src/_sass/components/_markdown.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
&::before {
184184
content: counter(list-items) ". ";
185185
color: color(primary);
186-
font-weight: 600;
186+
font-weight: 500;
187187
transform: translate(-23px, 0);
188188
}
189189
}
@@ -227,7 +227,7 @@
227227

228228
th {
229229
color: color(gray-700);
230-
font-weight: 600;
230+
font-weight: 500;
231231
padding: 12px;
232232

233233
@include breakpoint(medium up) {
@@ -240,7 +240,7 @@
240240
}
241241
th > code {
242242
color: #696f8c;
243-
font-weight: 600;
243+
font-weight: 500;
244244
font-size: 10px;
245245
background-color: inherit;
246246
}
@@ -392,7 +392,7 @@ tr.show {
392392
padding: 0px 6px;
393393
border-radius: 4px;
394394
height: 16px;
395-
font-weight: 600;
395+
font-weight: 500;
396396
text-transform: uppercase;
397397
color: rgb(71, 77, 102);
398398
opacity: 0.65;

src/_sass/components/_mobile-menu-side.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
&__title {
17-
font-weight: 600;
17+
font-weight: 500;
1818
}
1919

2020
&__list {

src/_sass/components/_quickinfo.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
background-color:#E7E4F9;
1515
color: #6E62B6;
1616
text-transform: uppercase;
17-
font-weight: 600;
17+
font-weight: 500;
1818
padding: 0px 6px;
1919
border-radius: 4px
2020

@@ -35,7 +35,7 @@
3535
margin-top: 12px;
3636
th {
3737
font-size: 14px;
38-
font-weight: 600;
38+
font-weight: 500;
3939
padding: 5px 13px;
4040
background-color: #F4F6FA;
4141
text-transform: none;

src/_sass/components/_thumbnail-integration.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
border-radius: 4px;
5757
font-size: 11px;
5858
line-height: 16px;
59-
font-weight: 600;
59+
font-weight: 500;
6060
text-transform: uppercase;
6161
letter-spacing: 0.2px;
6262
color: #6E62B6;

src/_sass/components/_widget.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
a {
1414
text-decoration: underline;
15-
font-weight: 600;
15+
font-weight: 500;
1616
}
1717
}
1818

src/_sass/generics/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ samp {
1919
}
2020

2121
strong {
22-
font-weight: 600;
22+
font-weight: 500;
2323
}

src/_sass/vendors/_premonition.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
.header {
9696
font-size: 14px;
97-
font-weight: 600;
97+
font-weight: 500;
9898
line-height: 24px;
9999
}
100100

0 commit comments

Comments
 (0)