Skip to content

Commit

Permalink
Improve contrast on landing page link. (#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Dec 27, 2023
1 parent aee4992 commit 98d1eb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/web_css/lib/src/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
margin-bottom: 0;
}

a {
// To improve contrast, links have the same color as .home-block-title
color: #254a76;
}

.home-block-context-info {
font-size: 18px;
margin-top: 0;
Expand Down

0 comments on commit 98d1eb0

Please sign in to comment.