Skip to content

Commit

Permalink
fix(manual): increase link readability
Browse files Browse the repository at this point in the history
  • Loading branch information
cannarocks committed Sep 13, 2023
1 parent 88525ca commit 7359fb3
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 7359fb3

Please sign in to comment.