Read the statement by Michael Teeuw here.
MagicMirror-Netatmo-Module CSS
-
@broberg sorry, I’m still noob. I get your point, moved it to custom.css, but nothing happned. I guess I had to say somewhere/somehow in config to use custom.css And cause I would like to use everything else (at least for now) from “default.css”, I had to copy everything from “deafult” to “custom”. Right?
-
@zdenek no main.css is the base stylesheet of the mirror and also some modules have their own. you dont touch any of those files except cstom.css where you can overwrite values from each css file because it is loaded as the last css file.
-
@strawberry-3.141 thanks for explanation. now it’s clear. Anyway, inserting of @broberg defintion doesn’t do anything (a place it between commented part of default custom.css and “body{}” section).
-
I noticed I have added two
.
in the code,.netatmo .wi-thermometer { color: yellow; }
This is just a guess, since I’m not using this module myself,
You would probably get a better answer from the ones who wrote the module -
@broberg said in MagicMirror-Netatmo-Module CSS:
.netatmo .wi-thermometer {
color: yellow;
}still the same :-( I tried to go through the module files, but I’ve no idea about syntax, so I’ve ne idea, if there is (let call it “object”) objec named “wi-thermometer” with property “color”. Anyway, thanks