Skip to content

Commit

Permalink
Merge pull request #2548 from carpentries/2528-link-contrast-in-banner
Browse files Browse the repository at this point in the history
Override link colours in banner to improve contrast
  • Loading branch information
elichad authored Oct 20, 2023
2 parents d33beea + 2970306 commit ed5bbe9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions amy/static/css/amy.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,21 @@ footer {
background: #ffc107;
}

.banner-local a {
color: #000000;
text-decoration: underline;
}

.banner-testing {
color: #FFFFFF;
background: #dc3545;
}

.banner-testing a {
color: #FFFFFF;
text-decoration: underline;
}

.navbar-banner-displacement {
top: 40px; /* height of .banner */
}
Expand Down

0 comments on commit ed5bbe9

Please sign in to comment.