Hi,
I believe I'm having a brain fart but I can't get the border-radius to change on my panel? Here is my current code also effecting the tab element too.
> inner > .navigation {
height: 20rem;
}
> inner > .navigation .on {
background: #121920;
}
> .panel {
border-radius: 5px;
}