Hi, I am trying to change the default gradient color of the nav bar menu.
I can't figure out how to do it.
In the site css I tried to change colors in
.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
with no effects.....