From d1f9e7e67e828c8c5dee2601cf8be6fa2f0ee322 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 21 Sep 2020 12:23:05 +0530 Subject: [PATCH] Remove fallback black background --- index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.css b/index.css index 2052ecc..88a2a27 100644 --- a/index.css +++ b/index.css @@ -6,7 +6,6 @@ body { margin: 0; padding: 0; - color: #000; } a, a:active, a:hover, a:visited { @@ -27,7 +26,6 @@ a, a:active, a:hover, a:visited { right: 0; width: 40%; background-image: url("images/abstract_squares.jpg"); - background-color: #000; background-size: cover; height: 100vh; display: flex;