1
0
forked from PGL/Clyde

Adding menu button + Cursus

This commit is contained in:
2024-03-06 21:00:35 +01:00
parent d9ec085d2c
commit 886077349c
2 changed files with 40 additions and 11 deletions

View File

@ -34,9 +34,9 @@
<div class="fa-solid fa-bell" style="margin-top: 7px; margin-bottom: 3px;"></div>
</a></li>
<li style="float: right;" title="Options">
<a href="#Options">
<div class="item">
<div class="fa-solid fa-gear" style="margin-top: 7px; margin-bottom: 3px;"></div>
</a></li>
</div></li>
</ul>
</div>
@ -112,7 +112,7 @@
transition-duration: .3s;
}
li a{
.item,li a{
display: flex;
padding: 8px 16px;
color:rgb(255, 255, 255);
@ -159,7 +159,8 @@
}
ul.horizontal li a:hover:not(.active){
ul.horizontal .item:hover, li a:hover:not(.active){
background-color: black;
border-radius:6px;
color:white;