Skip to content

Instantly share code, notes, and snippets.

@topleague
Created September 14, 2019 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topleague/1df1d672c761654fad4f63d212f569e9 to your computer and use it in GitHub Desktop.
Save topleague/1df1d672c761654fad4f63d212f569e9 to your computer and use it in GitHub Desktop.
Customize Standard AMP Pages with Glue for Yoast SEO & AMP Plugin
.amp-wp-header {
background-color: #d68231;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
h2 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
a, a:visited {
color: #d68231;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment