From 8b37d105e08b607aada62de1c57e147afc848e30 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Mon, 31 Jul 2017 18:25:31 -0400 Subject: [PATCH] colors --- v1.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.css b/v1.css index 1a7839a..80d9bcc 100644 --- a/v1.css +++ b/v1.css @@ -1,5 +1,5 @@ body { - background: #40453F; + background: #969e94; } .top { @@ -17,6 +17,6 @@ ul { } a { - color: #7B9EB5; + color: #995c00; text-decoration: none; }