mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 12:00:16 -04:00
changed homepage gradient to black
This commit is contained in:
parent
9378e14215
commit
dca04fcd0c
|
@ -14,7 +14,8 @@
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 17px;
|
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;
|
overflow: hidden;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
<li><a href="login.html">Log In</a></li>
|
<li><a href="login.html">Log In</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="hero gradient-border">
|
<div class="hero gradient-border">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user