feat: fix gov.uk

This commit is contained in:
Iain Learmonth 2025-07-08 14:18:05 +01:00
parent 6c4495ba95
commit a83114d967

View file

@ -44,6 +44,13 @@ in
"extensions.pocket.enabled" = false;
"identity.fxaccounts.enabled" = false;
};
userContent = ''
/* It's a dot not an interpunct */
.govuk-logo-dot {
fill: #fff !important;
transform: translate(0, 14.5px);
}
''
};
};
};