Added styling for current list in menu

This commit is contained in:
konrad 2018-09-09 19:41:43 +02:00
parent 74eb92cb53
commit fdd414d76b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 1 deletions

View File

@ -247,7 +247,12 @@
}
/* Buttons icons */
.button .icon.is-small{
.button .icon.is-small {
margin-right: 0.05rem !important;
}
/* List active link */
.menu-list a.router-link-active{
background: darken(#fff, 5%);
}
</style>