changed homepage gradient to black

This commit is contained in:
arakich 2020-06-29 14:12:16 -04:00
parent 9378e14215
commit dca04fcd0c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,8 @@
z-index: 999;
width: 100%;
padding-top: 17px;
background:linear-gradient(to bottom, #0D1821 44%, #B4CDED 66%);
background: black;
/*linear-gradient(to bottom, #0D1821 44%, #B4CDED 66%); old gradient, back is cleaner imo - josh*/
;
overflow: hidden;
-webkit-transition: all 0.3s;

View File

@ -39,7 +39,6 @@
<li><a href="login.html">Log In</a></li>
</ul>
</nav>
</div>
</header>
<div class="hero gradient-border">