Skip to content

Commit

Permalink
fix: add link same link color for all links
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksej Messer committed Oct 25, 2024
1 parent e6a81da commit 0f74c98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/assets/style/ant-override.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ body,
.ant-card {
border-radius: 5px;
}

a {
color: var(--link-color);
}
12 changes: 4 additions & 8 deletions src/components/faq-question/faq-question.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@
.faq-question-title {
background: none;
border: none;
padding: 15px;
color: var(--color-white);
cursor: pointer;
width: 100%;
text-align: left;
display: block;
color: white;
padding: 15px;
text-align: left;
width: 100%;
}

.faq-question-answer {
padding: 15px;

a {
color: var(--link-color);
}
}
}

0 comments on commit 0f74c98

Please sign in to comment.