cbrooker / MMM-Todoist

This is an extension for the MagicMirror2 platform. It will display your Todoist todos on your MagicMirror.
MIT License
151 stars 58 forks source link

modify header #74

Closed perlchamp closed 4 years ago

perlchamp commented 4 years ago

hi, is there a possibility to modify the header via css (or something else) ? the font-size is too small in my opinion. have a look at the attched picture.

so long an keep corona away !

todoist_03
cbrooker commented 4 years ago

Hi Perlchamp,

This can absolutely be done in the CSS.

In the MMM-Todoist.css file add: .MMM-Todoist header { font-size: 24px; }

Any style you put in there will affect the title of the module. Size, color, padding, etc.

perlchamp commented 4 years ago

thank you. header { font-size: 24pt; ...} makes the same, but your code is nicer !

cbrooker commented 4 years ago

If you do: header { font-size: 24pt; ...} It has a possible side effect of changing the header of all the other modules not just this one.

perlchamp commented 4 years ago

ok, thanks a lot.

stay healthy