Hi, when I apply
style = "var(--bs-app-bg-color);"
Sorry, editing is not possible, it always shows error. I meant:
Hi, when I apply
style = "background: var(--bs-app-bg-color);"
Hi,
Please note that the dark mode app bg color is by default set to transparent in src/sass/layout/_variables.custom.scss
:
//
// Variables
//
// Reboot
$app-bg-color: #fcfcfc;
$app-bg-color-dark: transparent;