Styled sidebar toggle

This commit is contained in:
billz 2019-10-18 09:12:30 +01:00
parent 7e3e830d00
commit da6a388fc3
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ a.nav-link.active {
border-color: #c61931; border-color: #c61931;
} }
i.fa.fa-bars {
color: #d1d3e2;
}
i.fa.fa-bars:hover{
color: #6e707e;
}
.info-item { .info-item {
width: 10rem; width: 10rem;
float: left; float: left;