Skip to content

Commit 28c893e

Browse files
authored
Merge pull request #2129 from alphagov/no-brand-colour-on-organisation-logo
Remove brand colour for organisation logos on department about pages
2 parents f7250f9 + 62abe35 commit 28c893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/helpers/_organisation-links.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@mixin organisation-links {
66
@each $organisation in map-keys($govuk-colours-organisations) {
77
.#{$organisation}-brand-colour {
8-
a {
8+
a:not(.gem-c-organisation-logo__link) {
99
color: govuk-organisation-colour($organisation);
1010

1111
&:focus {

0 commit comments

Comments
 (0)