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;
}
}

View File

@ -15,5 +15,13 @@
opacity: .8;
color: $dark-pink;
}
.invert & {
color: $light-gray;
&:hover {
color: $light-pink;
}
}
}
}

View File

@ -1,5 +1,5 @@
.post-card-box {
margin: 100px 0 100px;
margin: 20px 0 20px;
padding: 0;
li {
@ -8,6 +8,7 @@
float: left;
width: 50%;
transition: all .3s;
padding: 0 10px 10px 0;
&:hover {
opacity: 0.9;
}

View File

@ -1,5 +1,21 @@
.blog-tags {
margin: 100px 0 100px;
.invert & {
h1 {
color: $light-purple;
}
.tags li a {
color: $light-purple;
}
.tag-list {
span a {
color: $light-pink;
}
small {
color: $light-purple;
}
}
}
h1 {
text-align: center;
font-family: 'Lato', sans-serif;

View File

@ -21,7 +21,7 @@
margin-top: -5px;
margin-bottom: 100px;
background-color: $white;
padding: 20px;
padding: 20px 50px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
.invert & {