Skip to content

Commit

Permalink
Update breadcrumb background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Sep 9, 2024
1 parent 8f6f09f commit 3bc3a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/sass/_portal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
color: #fff;
padding: 3px 7px;
background-color: $dark;
background-color: rgba(0,0,0,.5);
background-color: rgba(0,0,0,.8);
a {
color: $yellow-peach;
&:hover {
Expand Down Expand Up @@ -120,4 +120,4 @@
max-width: 100%;
}
}
}
}

0 comments on commit 3bc3a7f

Please sign in to comment.