Skip to content

Instantly share code, notes, and snippets.

@jan-vandenberg
Created August 24, 2020 20:05
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 jan-vandenberg/4b1584a05905bda240ebe87e5eed9876 to your computer and use it in GitHub Desktop.
Save jan-vandenberg/4b1584a05905bda240ebe87e5eed9876 to your computer and use it in GitHub Desktop.
Independent Publisher CSS tweaks
.entry-title-meta {
visibility: hidden;
}
body {
letter-spacing: 0.01rem;
font-size: 1.65rem;
line-height: 1.79em;
font-family: "Merriweather";
color: #3a4145;
}
h1 {
font-size: 5rem;
font-weight: 799;
color: #2E2E2E;
font-family: "Merriweather";
}
h2 {
font-size: 2em;
color: #2E2E2E;
font-family: "Merriweather", sans-serif;
}
.post-excerpts .format-standard .entry-summary a, .post-excerpts .format-standard .entry-summary a:focus, .post-excerpts .format-standard .entry-summary a:hover, .post-excerpts .format-standard .entry-summary a:active, .post-excerpts .format-standard .entry-summary a:visited {
color: #555d66;
}
.site-content, .site-footer {
float: right;
width: 100%;
}
blockquote {
padding: 30px;
background: #f6f6f6;
border-left: 10px solid #e9e9e9;
position: relative;
font-size: 1em;
font-weight: 300;
font-weight: normal;
margin-bottom: 1.1em;
}
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
font-size: 0.7em;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment