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

Noob wanting to enlarge text #86

Closed adamslade closed 3 years ago

adamslade commented 3 years ago

Is there a way I can make the text size bigger? I have positioned the module in the top middle of the screen to be the Main feature but could do to make the text stand out... I have the space but I couldn't spot anything obvious relating to the font size.

adamslade commented 3 years ago

If anyone else stumbles across this, I found cbrookers answer to a similar question.

Hey,

There is no configuration option for changing the fonts however, you can edit the MMM-Todoist.css file to change anything you want. The easiest way to adjust the title is to add this to your /modules/MMM-Todoist.css

.MMM-Todoist .small { font-size: 10px; }

default value is 20px.

This module is using the standard font sizes prescribed by MagicMirror.