Skip to content

Commit

Permalink
override link colours in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Oct 18, 2023
1 parent d33beea commit 2970306
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 2970306

Please sign in to comment.