qistoph/MMM-nstreinen

add style to delayed time (red/colored)

Closed this issue · 2 comments

Maybe add some color to the rendered html with a red label for the delayed time.

Sounds nice. Though I prefer my screen black&white. If you write a PR, please make it configurable.

Maybe something like "use_color": "boolean".

Dear @mdissel,

If you update to the latest version you'll be able to change the styling from your custom.css:

 .nstreinen .delayed .time {
     color: red;
 }