mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 16:19:49 -04:00
Merge pull request #3469 from alphagov/fix-reversed-out-paragraph-text-colour
Fix paragraphs with reversed-out text
This commit is contained in:
@@ -82,6 +82,7 @@
|
|||||||
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: govuk-spacing(6);
|
margin-bottom: govuk-spacing(6);
|
||||||
|
color: $white;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ $button-shadow-size: $govuk-border-width-form-element;
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
@include core-24;
|
@include core-24;
|
||||||
|
color: $white;
|
||||||
margin: govuk-spacing(3) 0 govuk-spacing(6);
|
margin: govuk-spacing(3) 0 govuk-spacing(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user