Skip to content

Commit

Permalink
fix: wysiwyg header color (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
aekong authored Jan 25, 2023
1 parent dc88e55 commit 8146297
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion web/themes/custom/sfgovpl/src/sass/node/_node-dept.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* purgecss start ignore */
.page-node-type-department {

/* for the wysiwyg text area values */
p {
margin: 0;
Expand All @@ -15,13 +16,17 @@

// wysiwyg
.sfgov-dept-about {

h3,
h4,
.__about-or-description {
color: $c-white;

p {
padding: 0;
margin: 0 0 24px;
}

a {
color: $c-white;
}
Expand All @@ -31,16 +36,20 @@
.sm-icon {
background-size: 20px 22px;
}

.facebook {
@include background-image('icons/facebook-white-bg.svg', 0 50%);
}

.instagram {
@include background-image('icons/instagram-white-bg.svg', 0 50%);
}

.twitter {
@include background-image('icons/twitter-white-bg.svg', 0 50%);
}
}
}
}
/* purgecss end ignore */

/* purgecss end ignore */

1 comment on commit 8146297

@aekong
Copy link
Collaborator Author

@aekong aekong commented on 8146297 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-17714 for sfgov.

Please sign in to comment.