aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-03 19:02:50 -0400
committerAlee <alee14498@gmail.com>2018-04-03 19:02:50 -0400
commit99adb4f01dfb96d7d53ef0e51ae692ef6b7c137e (patch)
treebe0e4c472c4472ca018319646d9e3b493bca0ee8 /style.scss
parentcda83796ac7dbeeef87272c1412f5fca024ec31e (diff)
downloadacn-blog-99adb4f01dfb96d7d53ef0e51ae692ef6b7c137e.tar.gz
acn-blog-99adb4f01dfb96d7d53ef0e51ae692ef6b7c137e.tar.bz2
acn-blog-99adb4f01dfb96d7d53ef0e51ae692ef6b7c137e.zip
I can't fix the colors :(
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.scss b/style.scss
index 8073a1d..3915a90 100644
--- a/style.scss
+++ b/style.scss
@@ -18,7 +18,7 @@ html {
}
body {
- background-color: #3e443e;
+ background: $white;
font: 18px/1.4 $helvetica;
color: $darkGray;
}
@@ -192,7 +192,7 @@ img {
.site-name {
margin: 0;
- color: $white;
+ color: $darkGray;
cursor: pointer;
font-family: $helveticaNeue;
font-weight: 300;
@@ -202,7 +202,7 @@ img {
.site-description {
margin: -5px 0 0 0;
- color: $darkGreen;
+ color: $gray;
font-size: 16px;
@include mobile {
@@ -225,7 +225,7 @@ nav {
a {
margin-left: 20px;
- color: $white;
+ color: $darkGray;
text-align: right;
font-weight: 300;
letter-spacing: 1px;
@@ -273,8 +273,8 @@ nav {
.wrapper-footer {
margin-top: 50px;
- border-top: 1px solid rgb(221, 221, 221);
- border-bottom: 1px solid rgb(221, 221, 221);
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
background-color: $lightGray;
}