From aadb70fc3c6e793639057827f9ad925e3ee727a5 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Fri, 29 Dec 2023 10:14:55 +0000 Subject: [PATCH] Color updates --- stylesheets/application.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 3b32687..a7f6650 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -18,8 +18,8 @@ --base00: #657b83; --base0: #839496; --base1: #93a1a1; - --base2: #eee8d5; - --base3: #fdf6e3; + --base2: #f6f6f6; + --base3: #eee; --yellow: #b58900; --orange: #cb4b16; --red: #dc322f; @@ -36,7 +36,7 @@ } #header { - background: var(--base01) url(../images/logo.png) no-repeat 2px; + background: #3b80b0 url(../images/logo.png) no-repeat 2px; background-size: 90px; background-position: 20px 10px; padding: 0 2em 0 130px;