Navbar not showing correct dark background

Hello I am starting with patternfly and I am making my first full page but I see that the side bar is not in the correct color.

I am using:

Content goes here

But I got a light background in the sidebar:

I am not sure where I am wrong, any advice will be nice

This is the corresponding html code:

Hey @williamjmorenor,

I believe you’re using an older version of our CSS. If you use the latest @patternfly/patternfly from NPM you’ll find that the side nav has a dark background with your HTML. If you still need the dark background with an older version you can set it to var(--pf-global--BackgroundColor--dark-200).

Let us know if you have more questions!

  • Zack