CSS or Customization for New Glide Apps (Pages)

Hey all! Does anyone have any pointers on how to customize the white bottom Nav Bar to match the accent color or just make it “Dark”?? Thank you!

div[class*="mobile-tab-bar___StyledDiv2"] {
background-color: black;
}

div[class*="mobile-tab-bar___StyledDiv2"] button >* {
color: white;
}

You’re the best! Thank ya!!