Front page, collections, about

This commit is contained in:
Madison Scott-Clary
2017-09-06 21:48:07 -06:00
parent 4d3b632cd1
commit 2d8d1014e2
24 changed files with 1734 additions and 71 deletions

View File

@ -30,6 +30,7 @@ body {
-moz-osx-font-smoothing: grayscale;
&.invert {
color: $white;
background-color: $dark-gray;
}
}
@ -52,6 +53,7 @@ hr {
&::before {
content: '§';
display: block;
text-align: center;
}
&.fin::before {
@ -59,6 +61,7 @@ hr {
font-variant: small-caps;
display: block;
font-style: italic;
text-align: center;
}
}