A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-network-signal - make the message text larger
-
@DarrenHill this worked for me. note the , before the p
.MMM-network-signal ,p { font-size: 1.5em; color: yellow; }
-
@mumblebaj where do you see the leading comma in the css selector definition, except for allowing the same style to apply to multiple selectors
.class element1, element2, element3 { styles }
vs having three separate definitions…
.class element1{ styles } .class element2 { styles } .class element3 { styles }
-
@DarrenHill said in MMM-network-signal - make the message text larger:
So yesterday’s learning was GitHub, today’s is CSS
also see the ways you can select elements -
@sdetweil Try it. It works. I tested it.
-
@mumblebaj Just tried it (copy/paste from your code above) and whilst the yellow works, the font-size didn’t for me.
-
@mumblebaj well, it made the font bigger, but NOT 1.5em…