Skip to content

Commit

Permalink
fix: terms and conditions link hover color (#3538)
Browse files Browse the repository at this point in the history
* fix: terms and conditions link hover color

* fix: border color as well
  • Loading branch information
alfetopito committed Dec 20, 2023
1 parent ec4b222 commit f91aabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/legacy/components/Card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const LightCard = styled(Card)`
width: 100%;
border-radius: 16px;
height: 100%;
border: 1px solid var(${UI.COLOR_PAPER_DARKER});
border: 1px solid var(${UI.COLOR_TEXT_PAPER});
opacity: 0.2;
user-select: none;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/legacy/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const StyledInternalLink = styled(Link)`
:hover {
text-decoration: underline;
color: var(${UI.COLOR_PRIMARY_DARKER});
color: var(${UI.COLOR_PRIMARY});
}
:focus {
Expand Down

2 comments on commit f91aabb

@vercel
Copy link

@vercel vercel bot commented on f91aabb Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f91aabb Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cosmos – ./

cosmos-cowswap.vercel.app
cowswap-seven.vercel.app
cosmos.cow.fi
cosmos-git-main-cowswap.vercel.app

Please sign in to comment.