Address PR Feedback

This commit is contained in:
Neil MacDougall 2021-04-27 12:12:26 +01:00
parent 73f1e710de
commit ae06ff8f30
2 changed files with 5 additions and 1 deletions

View File

@ -286,7 +286,7 @@ export default {
.header ::v-deep > .child.nuxt-link-exact-active {
padding: 0;
A, A I {
A {
background-color: var(--nav-active);
color: var(--body-text);
}

View File

@ -148,6 +148,10 @@ export default {
font-size: 13px;
padding: 5.5px 7px 5.5px 10px;
}
::v-deep .label I {
padding-right: 2px;
}
}
}