Skip to content

Commit 2f96b2a

Browse files
committed
Fix #4344
1 parent 40498d4 commit 2f96b2a

File tree

4 files changed

+34
-18
lines changed

4 files changed

+34
-18
lines changed

src/shared/components/Contentful/ContentBlock/themes/TCO19.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
}
1414
}
1515

16+
strong a {
17+
font-weight: 600 !important;
18+
}
19+
1620
.container {
1721
align-content: center;
1822
background: white;

src/shared/components/Contentful/ContentBlock/themes/TCO20.scss

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
}
2828
}
2929

30+
strong a {
31+
font-weight: 600 !important;
32+
}
33+
3034
.content {
3135
flex: 1;
3236
padding: 0;
@@ -48,6 +52,24 @@
4852

4953
@include gui-kit-headers;
5054

55+
a {
56+
@include roboto-regular;
57+
58+
font-size: 16px;
59+
line-height: 24px;
60+
color: #0d61bf;
61+
text-decoration: underline;
62+
63+
&:hover {
64+
text-decoration: none;
65+
color: #0d61bf;
66+
}
67+
68+
&:visited {
69+
color: #8231a9;
70+
}
71+
}
72+
5173
p {
5274
@include tc-body-md;
5375

@@ -163,24 +185,6 @@
163185
sub {
164186
bottom: -0.25em;
165187
}
166-
167-
a {
168-
@include roboto-regular;
169-
170-
font-size: 16px;
171-
line-height: 24px;
172-
color: #0d61bf;
173-
text-decoration: underline;
174-
175-
&:hover {
176-
text-decoration: none;
177-
color: #0d61bf;
178-
}
179-
180-
&:visited {
181-
color: #8231a9;
182-
}
183-
}
184188
}
185189

186190
.image {

src/shared/components/Contentful/ContentBlock/themes/default.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ pre {
6363
white-space: pre;
6464
}
6565
}
66+
67+
strong a {
68+
font-weight: 600 !important;
69+
}

src/shared/components/Contentful/ContentBlock/themes/general.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
}
2727
}
2828

29+
strong a {
30+
font-weight: 600 !important;
31+
}
32+
2933
.content {
3034
flex: 1;
3135
padding: 0;

0 commit comments

Comments
 (0)