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; }