BrianHepler / MMM-WeatherBackground

MagicMirror Module - for Weather image background from Unsplash. This is a plugin of other weather modules.
MIT License
16 stars 9 forks source link

Image transparency? #6

Closed GoodWillGustin closed 3 years ago

GoodWillGustin commented 4 years ago

Is there a way to change the background image transparency? I love this module idea but would like it to be a more subtle sort of background indication of weather conditions. The current view makes it very hard to make out my modules' text, even with the recommended changes to my css file.

eouia commented 4 years ago

If your targetDom is fullscreen_below; add this into your css/custom.css

.fullscreen.below {
  opacity: 0.5;
}