Reduce nav item selected state border radius slightly

This commit is contained in:
Andrew Kingston 2020-12-09 18:41:18 +00:00
parent 3abacb3b65
commit c8d7ef40ca
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
}
.nav-item:hover,
.nav-item.selected {
border-radius: var(--border-radius-m);
border-radius: var(--border-radius-s);
}
.content {