Skip to content

Commit

Permalink
Merge pull request #660 from AppQuality/hotfix-improve-link-readability
Browse files Browse the repository at this point in the history
fix(manual): increase link readability
  • Loading branch information
cannarocks authored Sep 13, 2023
2 parents 88525ca + 7359fb3 commit 457fc4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Manual/components/ManualDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const StyledDiv = styled.div`
> div {
padding: 0;
}
a {
color: #008dff;
}
`;

export const ManualDetails = ({
Expand Down

0 comments on commit 457fc4d

Please sign in to comment.