Fix missing login icon

This commit is contained in:
jerrykuku 2019-11-09 21:17:40 +08:00
parent 782a7a4378
commit e708dc2b52
2 changed files with 1 additions and 1 deletions

View File

@ -2912,7 +2912,7 @@ header > .container > .pull-right > * {
border-radius: 60px; border-radius: 60px;
border: #fff 3px solid; border: #fff 3px solid;
background-image:url(../img/head-icon.png); background-image:url(../head-icon.jpg);
background-size:cover; background-size:cover;
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4); box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB