Skip to content

Commit

Permalink
Update footer CIP text for rosetta sites. (#250)
Browse files Browse the repository at this point in the history
* Add dark color to text if background is white.

* Lint css.

* Restore empty line.

* Use css only approach.
  • Loading branch information
StevenDufresne authored Aug 26, 2022
1 parent 0835256 commit a0a6ad4
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
margin-bottom: 0;
font-family: serif; /* MrsEaves doesn't support non-latin characters well. */
font-size: 20px;
color: #4f5357;
color: rgba(255, 255, 255, 0.25);
text-transform: uppercase;
letter-spacing: 0.1em;

Expand All @@ -125,3 +125,9 @@
}
}
}

.wp-block-group.global-footer {
&.has-white-background-color span.global-footer__code_is_poetry {
color: #8f8f8f;
}
}

0 comments on commit a0a6ad4

Please sign in to comment.