A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
custom.css ......body???
-
I changed the bold font in main.css, but in the clock it only changed the date and day to bold, the clock itself remained thin… where could the problem be?
-
@piki need more CSS work… every little element needs style… most do NOT inherit from their parent, or their particular thing doesn’t have the same style in effect…
-
Can I find the specific clock element somewhere or do I have to write it down?
-
@piki sorry, I don’t know… I used the developers window when I need to fiddle with css
-
.clock .time {
font-size: 150px;
color: yellow;
}
.clock .date {
font-size: 40px;
color: red;