further styling etc

This commit is contained in:
Madison Scott-Clary
2019-08-11 01:46:55 -07:00
parent bc579a6448
commit 77f1408097
5 changed files with 42 additions and 6 deletions

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic|Ubuntu|Merriweather+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic|Ubuntu+Mono|Merriweather+Sans&display=swap');
/* Resets */
*,
@ -76,7 +76,7 @@ body {
font-size: 16pt;
}
header {
font-family: 'Ubuntu', monospace;
font-family: 'Merriweather Sans', sans-serif;
margin: 1rem;
}
h1 {
@ -97,14 +97,22 @@ footer {
}
blockquote {
font-family: 'Merriweather Sans', sans-serif;
font-style: italic;
margin-top: 0.75rem;
padding: 0.5rem 1rem;
font-size: 14pt;
color: #444;
border-left: 0.5rem solid #444;
}
blockquote em {
font-style: normal;
}
.verse {
white-space: pre-wrap;
margin-top: 0;
}
pre {
white-space: pre-wrap;
font-family: 'Ubuntu Mono', monospace;
}
/* pagination */