Remove fallback black background
This commit is contained in:
parent
c1a4526aea
commit
d1f9e7e67e
|
@ -6,7 +6,6 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:active, a:hover, a:visited {
|
a, a:active, a:hover, a:visited {
|
||||||
|
@ -27,7 +26,6 @@ a, a:active, a:hover, a:visited {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
background-image: url("images/abstract_squares.jpg");
|
background-image: url("images/abstract_squares.jpg");
|
||||||
background-color: #000;
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue