Created
September 14, 2019 16:55
-
-
Save topleague/1df1d672c761654fad4f63d212f569e9 to your computer and use it in GitHub Desktop.
Customize Standard AMP Pages with Glue for Yoast SEO & AMP Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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