Default dark mode

This commit is contained in:
Madison Scott-Clary
2019-06-08 00:39:10 -07:00
parent f65c6f7033
commit 29be060697
12 changed files with 118 additions and 116 deletions

View File

@ -4,7 +4,7 @@
align-items: center;
margin-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid $lighten-gray;
border-bottom: 1px solid $dark-gray;
.author-img {
width: 120px;
height: 120px;
@ -31,7 +31,7 @@
}
a {
font-size: 18px;
color: $dark-gray;
color: $light-gray;
&:hover {
opacity: .8;
}