1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Reduce nav item selected state border radius slightly

This commit is contained in:
Andrew Kingston 2020-12-09 18:41:18 +00:00
parent 7768b9ace8
commit 01ee1a1145

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 {