Skip to content

Commit

Permalink
Fix button colour
Browse files Browse the repository at this point in the history
-  Fix to resolve buttons text colours are being overwritten.

/government/organisations/department-for-work-pensions/about/accessible-documents-policy
  • Loading branch information
Chris Yoong committed Jun 29, 2021
1 parent c70634e commit ef1cbf3
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:not(.gem-c-organisation-logo__link) {
a:not(.gem-c-organisation-logo__link, .gem-c-button) {
color: govuk-organisation-colour($organisation);

&:focus {
Expand Down

0 comments on commit ef1cbf3

Please sign in to comment.