Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Change Background Color when change to Dark Mode #4476

Laba42 ·

I have created a css formatting for the description field for QuickBuild 13 and entered it in the css customisation which also works so far.

.myDescription {
	background: rgb(var(--qb-color-blue-300));
	padding-top: 0.75rem ;
	padding-left: 0.75rem ; 
	padding-bottom:0.4rem;
	margin-bottom:0.5rem;
	border-radius: 0.3rem;
}
qb-Beschriebungsfeld.png

But what I can't do is to change the background colour when I put QB into dark mode.
Can you tell me what I have to do to change the colour for example from
--qb-color-blue-300
to
--qb-color-blue-900
in dark mode?

  • solved #2
  • replies 1
  • views 501
  • stars 0
steveluo ADMIN ·