Skip to content

Commit

Permalink
fix(issue/389): update link color on faq page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksej Messer committed Oct 25, 2024
1 parent 55168d9 commit e6a81da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/faq-question/faq-question.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@

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

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

0 comments on commit e6a81da

Please sign in to comment.