feat: move link color location together

This commit is contained in:
Dominik Pschenitschni 2022-11-13 22:42:30 +01:00 committed by Gitea
parent 4fc7b9c67e
commit d9984b28f7
1 changed files with 1 additions and 7 deletions

View File

@ -332,13 +332,6 @@ $vikunja-nav-selected-width: 0.4rem;
}
}
.menu-label,
.nsettings,
.menu-list .list-menu-link,
.menu-list a {
color: $vikunja-nav-color;
}
.menu-list {
li {
height: 44px;
@ -377,6 +370,7 @@ $vikunja-nav-selected-width: 0.4rem;
.list-menu-link,
li > a {
color: $vikunja-nav-color;
padding: 0.75rem .5rem 0.75rem ($navbar-padding * 1.5 - 1.75rem);
transition: all 0.2s ease;