aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-03 19:00:46 -0400
committerAlee <alee14498@gmail.com>2018-04-03 19:00:46 -0400
commitcda83796ac7dbeeef87272c1412f5fca024ec31e (patch)
treed78d44f85b749a3b75fc2da69536aeb2d56b68bf /style.scss
parente553f636176b76ab6e9dcf7d606c94dff288a407 (diff)
downloadacn-blog-cda83796ac7dbeeef87272c1412f5fca024ec31e.tar.gz
acn-blog-cda83796ac7dbeeef87272c1412f5fca024ec31e.tar.bz2
acn-blog-cda83796ac7dbeeef87272c1412f5fca024ec31e.zip
Color fixes
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index d83393c..8073a1d 100644
--- a/style.scss
+++ b/style.scss
@@ -192,7 +192,7 @@ img {
.site-name {
margin: 0;
- color: $darkGray;
+ color: $white;
cursor: pointer;
font-family: $helveticaNeue;
font-weight: 300;
@@ -202,7 +202,7 @@ img {
.site-description {
margin: -5px 0 0 0;
- color: $gray;
+ color: $darkGreen;
font-size: 16px;
@include mobile {
@@ -225,7 +225,7 @@ nav {
a {
margin-left: 20px;
- color: $darkGray;
+ color: $white;
text-align: right;
font-weight: 300;
letter-spacing: 1px;
@@ -273,8 +273,8 @@ nav {
.wrapper-footer {
margin-top: 50px;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
+ border-top: 1px solid rgb(221, 221, 221);
+ border-bottom: 1px solid rgb(221, 221, 221);
background-color: $lightGray;
}