asd
This commit is contained in:
XlXi 2021-01-01 23:16:58 -05:00
parent 5b9cc5cef5
commit 9d18a6e69a
2 changed files with 9 additions and 7 deletions

View File

@ -27,16 +27,14 @@ body {
} }
.plt-header { .plt-header {
height: 40px; height: 50px;
background: linear-gradient(#2576da, #1b559d); background: linear-gradient(to right, #fc5c7d, #6a82fb);
border: 0; border: 0;
border-bottom: 1px #292a2f; box-shadow: #ababab 0 -19px 2px 20px;
border-style: solid;
box-shadow: #292a2f 0 -18px 2px 20px;
} }
.plt-nav-container { .plt-nav-container {
padding-top: 4px; padding-top: 9px;
display: flex; display: flex;
} }
@ -68,7 +66,8 @@ body {
} }
.plt-nav li a:hover { .plt-nav li a:hover {
background: linear-gradient(#629de4, #1b559d); border-radius: 10px;
background: #d6d6d640;
} }
.plt-nav-icon { .plt-nav-icon {

View File

@ -33,6 +33,9 @@ $headers = $page->buildHeaders();
<li> <li>
<a href="#">Create</a> <a href="#">Create</a>
</li> </li>
<li>
<a href="#">Forum</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>