Skip to content

Commit 23497fd

Browse files
committed
logo cdn
1 parent 1ad77df commit 23497fd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<span class="icon-bar"></span>
4848
<span class="icon-bar"></span>
4949
</button>
50-
<a class="navbar-brand" href="#"><img src="https://cloudup.com/cRuaXpjPeyM+" style="width: 28px;margin-right: 10px;margin-top: -4px;">JSON Web Token</a>
50+
<a class="navbar-brand" href="#"><img src="http://cdn.auth0.com/jwt/logo.png" style="width: 28px;margin-right: 10px;margin-top: -4px;">JSON Web Token</a>
5151
</div>
5252

5353
<!-- Collect the nav links, forms, and other content for toggling -->

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<span class="icon-bar"></span>
4343
<span class="icon-bar"></span>
4444
</button>
45-
<a class="navbar-brand" href="#"><img src="https://cloudup.com/cRuaXpjPeyM+" style="width: 28px;margin-right: 10px;margin-top: -4px">JSON Web Token</a>
45+
<a class="navbar-brand" href="#"><img src="http://cdn.auth0.com/jwt/logo.png" style="width: 28px;margin-right: 10px;margin-top: -4px">JSON Web Token</a>
4646
</div>
4747

4848
<!-- Collect the nav links, forms, and other content for toggling -->

less/app.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
color: black;
4040
overflow: hidden;
4141
background: linear-gradient(120deg, #848DB4 0%, #3cc8f4 100%);
42+
background-color: #24C6DC ;
43+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #24C6DC ), color-stop(90%, #514A9D ));
44+
background-image: -webkit-linear-gradient(-360deg, #24C6DC 10%, #514A9D 90%);
45+
background-image: linear-gradient(90deg,#24C6DC 10%, #514A9D 90%);
4246

4347
// ::after{
4448
// background: linear-gradient(50deg,#16214d 0%,#eb5424 50%,#16214d 100%);

0 commit comments

Comments
 (0)