Skip to content

Commit 7308641

Browse files
authored
Merge pull request #3137 from r0hit-gupta/issue-3136
Issue 3136 fix
2 parents ebc82ae + 0071db1 commit 7308641

File tree

1 file changed

+9
-0
lines changed
  • src/shared/components/Contentful/ContentBlock/themes

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
line-height: 25px;
8686
}
8787

88+
a {
89+
color: #0d61bf !important;
90+
text-decoration: underline;
91+
92+
&:visited {
93+
color: #8231a9 !important;
94+
}
95+
}
96+
8897
p {
8998
@include tc-body-md;
9099

0 commit comments

Comments
 (0)