Page 1 of 1

how to adjust the background color of the weather app

Posted: Wednesday 04 May 2022 13:27
by NilsNijenhuis
Hi,

Does anyone know how to adjust the background color of the weather app in the custom.css file , so it is the same color as the rest of the blocks?
layout : 0 has a lighter color than the rest of the blocks.

i can't find the info on : https://dashticz.readthedocs.io/en/mast ... ht=weather

Re: how to adjust the background color of the weather app

Posted: Thursday 19 May 2022 11:51
by NilsNijenhuis
have found it:

Code: Select all

.weather .weatherday {
     background: rgba(0,0,0, 0.4);             /* transparancy of 0.4 (larger is darker) */
}