Skip to content

Commit

Permalink
Added fix for contrast ratio for blue link on grey background (#3655)
Browse files Browse the repository at this point in the history
* Added fix for contrast ratio for blue link on grey background

* Fix other issues

* link color updates for milo as well

* reverted color for button

* reverted color for button

---------

Co-authored-by: Dev Ashish Sardana <[email protected]>
  • Loading branch information
Deva309 and Dev Ashish Sardana authored Feb 18, 2025
1 parent 06aa6ab commit 5168bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/blocks/global-navigation/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
--feds-background-link--hover: #e9e9e9;
--feds-borderColor-link: #e9e9e9;
--feds-color-link: #292929;
--feds-color-blue-link: #3b63fb;
--feds-color-link--hover: #274dea;
--feds-color-blue-link: #274dea;
--feds-color-link--hover: #1d3ecf;
--feds-color-navLink-description: #505050;
--feds-color-link-breadcrumbs: #707070;
/* Footer */
Expand Down
4 changes: 2 additions & 2 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
--feds-localnav-height: 40px;

/* Colors */
--link-color: rgb(59, 99, 251);
--link-hover-color: rgb(39, 77, 234);
--link-color: rgb(39, 77, 234);
--link-hover-color: rgb(29, 62, 207);
--link-color-dark: rgb(59, 99, 251);
--link-hover-color-dark: rgb(39, 77, 234);
--background-color: #fff;
Expand Down

0 comments on commit 5168bc8

Please sign in to comment.