@p1lspeda I have it fixed. Remove the old from custom.css and replace it with the following and then set whichever backgrounds you’d like as before. (rgba(255, 255, 255, 0);)
Thanks for catching.
.MMM-Multimonth .settings {
--background-dimmed: var(--color-background);
--background-weekday: var(--color-background);
--background-weekend: cornflowerblue;
--background-current: Yellow;
--background-header: Green;
--background-weekno: grey;
--background-dow: var(--color-background);
--background-week: var(--color-background);
--color-weekday: var(--color-text);
--color-weekend: var(--color-background);
--color-current: var(--color-background);
--color-dimmed: var(--color-text-dimmed);
--color-header: var(--color-text-bright);
--color-weekno: var(--color-text-bright);
--color-day: var(--color-text);
--color-dow: var(--color-text);
--color-event: Red;
--back-rounding: 8px;
--alignment: center;
--fontsize: var(--font-size-xsmall);
}
the custom “.current” part is also not needed.
" will lead the way.
