From d31d920086d867d2d77016f54940273b2d9d993a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Apr 2018 08:21:34 -0400 Subject: [PATCH] changing body background color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 89c77a5..c121645 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,7 @@ html { } body { - background-color: #00AEEF; + background-color: rgba(0, 174, 239,0.3); /* background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); */ /* Fallback for when there is no custom background color defined. */ -- 2.17.1