From: Ruben Beltran del Rio Date: Thu, 29 Oct 2020 17:28:04 +0000 (+0100) Subject: Make background lighter X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/c7ee6eb823b46cb42478c10ad73d592fb05ceb0c Make background lighter --- diff --git a/jekyll/css/application.css b/jekyll/css/application.css index c28ceab..2d9676d 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -4,7 +4,7 @@ body { margin: 0; - background-color: #D1C5B0; + background-color: #DFD8CC; font-family: Helvetica, Arial, sans-serif; display: flex; flex-flow: row nowrap;