From: Ruben Beltran del Rio Date: Thu, 29 Oct 2020 18:35:32 +0000 (+0100) Subject: Make background slightly more vibrant X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/09d15b3d7e5ae7203dc0b209f9e8a710e5d533b1?ds=sidebyside;hp=728d5deb9c5ec477a8a37ac79b62035298173110 Make background slightly more vibrant --- diff --git a/jekyll/css/application.css b/jekyll/css/application.css index 2d9676d..0700e2e 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -4,7 +4,7 @@ body { margin: 0; - background-color: #DFD8CC; + background-color: #FFF5E3; font-family: Helvetica, Arial, sans-serif; display: flex; flex-flow: row nowrap;