Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Apr 26, 2024
1 parent dcf8d71 commit ccb150b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/src/components/Faq/faqSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ const FaqSectionWrapper = styled.section`
.markdown {
text-align: left;
color: rgb(250, 250, 250);
color: ${({ theme }) => theme.text};
font-size: 16px;
p {
margin: 1rem 0;
color: rgb(250, 250, 250);
}
}
}
Expand Down Expand Up @@ -114,7 +113,7 @@ const FaqSectionWrapper = styled.section`
.accordion__item {
.accordion__header {
h5 {
font-size: 13px;
font-size: 15px;
line-height: 21px;
padding-right: 1.6rem;
}
Expand Down

0 comments on commit ccb150b

Please sign in to comment.