mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Font change
This commit is contained in:
parent
024738cb4d
commit
150ba599c6
@ -147,7 +147,7 @@ jQuery(document).ready(function($) {
|
||||
}
|
||||
|
||||
var row = $('<tr/>');
|
||||
row.append($('<td/>').html(e.description).addClass('description light'));
|
||||
row.append($('<td/>').html(e.description).addClass('description'));
|
||||
row.append($('<td/>').html(daysString).addClass('days dimmed'));
|
||||
table.append(row);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user