@Mykle1 said in MMM-WunderGround24Hours: How to set transparent background?:
html {
background: none;
}
still not working with modifikation in custom.css… If I change it in Main.css in the module it self it works fine.
pi@MagicMirror2:/home/pi/MagicMirror/css# cat custom.css
/*****************************************************
* Magic Mirror *
* Custom CSS *
* *
* By Michael Teeuw http://michaelteeuw.nl *
* MIT Licensed. *
* *
* Add any custom CSS below. *
* Changes to this files will be ignored by GIT. *
*****************************************************/
html {
background: none;
}
pi@MagicMirror2:/home/pi/MagicMirror/modules/MMM-WunderGround24Hours/public/css# head main.css
body, html {
background: #000;
padding: 0px;
margin: 0px;
width:100%;
height: 100%;
letter-spacing: -2px;
color: #fff;
font-size: 75px;