Notch bar user css doesn't override standard settings

Hi,

whether standard changes in standard css nor in user css doesn't change the colour of menu bar text. Please check!

Thanks
Chris

Device information:

  • Type of Mac: Macbook Pro, M1 Max
  • macOS version: 13.2
  • BetterTouchTool version: 4.001

Ah sorry I might have broken the variable.

You should be able to add this to the NotchBarUser.css for now:

.menubar-button {
	color: red !important;
}

Thanks. That works!