Update style.scss
This commit is contained in:
parent
19e8db1a65
commit
cb103af2b4
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue