From 6ba0c770f39cef4dbde079b0e59ff85e553ea931 Mon Sep 17 00:00:00 2001 From: Justin Bridouz Date: Wed, 1 Aug 2018 22:59:55 +0200 Subject: article, social and footer were too bright --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 002b381..237b222 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -33,7 +33,7 @@ aside { margin: 12px 0 } #social { - background: #eff1f6; + background: #ebeffa; font-size: 1.2rem; padding: .8rem } @@ -47,7 +47,7 @@ main { } article { padding: 1rem 1rem 3rem 1rem; - background-color: #eff1f6; + background-color: #ebeffa; margin-bottom: .4rem } header { @@ -82,7 +82,7 @@ time { } footer { margin: 4rem 0 1rem 0; - background: #eff1f6; + background: #ebeffa; text-align: center; clear: both } -- cgit v1.2.3