Skip to content

Commit

Permalink
Merge pull request #2129 from alphagov/no-brand-colour-on-organisatio…
Browse files Browse the repository at this point in the history
…n-logo

Remove brand colour for organisation logos on department about pages
  • Loading branch information
owenatgov authored Jun 8, 2021
2 parents f7250f9 + 62abe35 commit 28c893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/helpers/_organisation-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@mixin organisation-links {
@each $organisation in map-keys($govuk-colours-organisations) {
.#{$organisation}-brand-colour {
a {
a:not(.gem-c-organisation-logo__link) {
color: govuk-organisation-colour($organisation);

&:focus {
Expand Down

0 comments on commit 28c893e

Please sign in to comment.