Gradient navbar

Hello everyone.
Is there any way to use a gradient style on a navbar? I’m trying some code but it doesn’t change the navbar style.

Thanks!

Try adding a css rule in your app.scss

.toolbar-background {
  // Your gradient stuff here
}
3 Likes