Remove fallback black background

This commit is contained in:
Ceda EI 2020-09-21 12:23:05 +05:30
parent c1a4526aea
commit d1f9e7e67e
1 changed files with 0 additions and 2 deletions

View File

@ -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;