Skip to content

Commit

Permalink
MWPW-163754 Color difference is seen in the milo pages (#3330)
Browse files Browse the repository at this point in the history
* cta color hover change

* cta color hover change

* cta color hover change

---------

Co-authored-by: Suhani <suhjain@suhanis-mbp.corp.adobe.com>
  • Loading branch information
suhjainadobe and Suhani authored Dec 11, 2024
1 parent 4c20774 commit 4bbfba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,10 @@ a:hover {
color: var(--link-hover-color);
}

.dark a:hover {
color: var(--link-hover-color-dark);
}

a:has(> sub:only-child) { text-decoration: unset; }
a > sub:only-child { text-decoration: underline; }

Expand Down

0 comments on commit 4bbfba0

Please sign in to comment.