1
0

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

View File

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