Skip to content

Commit

Permalink
adjust hover colors for learn more and contact us buttons on welcome …
Browse files Browse the repository at this point in the history
…page (#1267)
  • Loading branch information
leefaisonr authored Jan 30, 2025
1 parent 75bb1e7 commit 1d99046
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/_welcome_portal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
font-weight: 600;
line-height: 1.5rem; /* 150% */
}
button:hover {
background-color: #333333;
}

.welcome-warn {
display: flex;
Expand Down Expand Up @@ -119,6 +122,9 @@
text-underline-offset: auto;
text-underline-position: from-font;
}
a:hover {
color: #121212;
}
}
}
}
Expand Down

0 comments on commit 1d99046

Please sign in to comment.