From f73738788e886c6c9438fed12fe5dbc7de3992ed Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Tue, 21 Jul 2015 00:54:15 -0600 Subject: [PATCH] Some simple styles changed --- _sass/_layout.scss | 5 ----- _sass/_post.scss | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 79a499e..03f4651 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -49,11 +49,6 @@ margin: 0; padding: 4px 40px; color: inherit; - - a { - color: #00BCD4; - margin: 0; - } } header { diff --git a/_sass/_post.scss b/_sass/_post.scss index a89accd..7cd4924 100644 --- a/_sass/_post.scss +++ b/_sass/_post.scss @@ -1,11 +1,11 @@ // -// Styles for post +// Styles for post // .post-ribbon { width: 100%; height: 40vh; - background-color: #3F51B5; + background-color: #DDDDDD; flex-shrink: 0; }