Skip to content

Commit 457fc4d

Browse files
authored
Merge pull request #660 from AppQuality/hotfix-improve-link-readability
fix(manual): increase link readability
2 parents 88525ca + 7359fb3 commit 457fc4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/Manual/components/ManualDetails.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const StyledDiv = styled.div`
1515
> div {
1616
padding: 0;
1717
}
18+
19+
a {
20+
color: #008dff;
21+
}
1822
`;
1923

2024
export const ManualDetails = ({

0 commit comments

Comments
 (0)