From 235ac53519c2c37300ba9a54222b713a56daf407 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 8 Apr 2019 09:37:21 -0700 Subject: [PATCH] Use Window's real default background color --- demo/css/page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/css/page.css b/demo/css/page.css index 6225771a..b6a53268 100644 --- a/demo/css/page.css +++ b/demo/css/page.css @@ -1,6 +1,6 @@ /* Rules for the page layout */ body { - background-color: #224eb7; + background-color: rgb(58, 110, 165); font-family: arial; font-size: 15px; } @@ -77,7 +77,7 @@ body { } #music-credits { - background-color: rgb(76, 51, 134); + background-color: rgb(89, 141, 197); } #butterchurn-share {