further styling etc
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user