Update style.scss

This commit is contained in:
TILvids 2021-07-12 12:14:38 -04:00 committed by GitHub
parent 19e8db1a65
commit cb103af2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ h3 {
h4 {
font-size: 18px;
color: $gray;
color: $lightGray;
}
p {
@ -117,7 +117,7 @@ img {
.date {
font-style: italic;
color: $gray;
color: $lightGray;
}
// Specify the color of the selection
@ -192,7 +192,7 @@ img {
.site-name {
margin: 0;
color: $darkGray;
color: $lightGray;
cursor: pointer;
font-family: $helveticaNeue;
font-weight: 300;
@ -202,7 +202,7 @@ img {
.site-description {
margin: -5px 0 0 0;
color: $gray;
color: $lightGray;
font-size: 16px;
@include mobile {