Added Help and About pages

This commit is contained in:
2017-01-29 14:47:39 +01:00
parent 16f81cd411
commit f87f638f03
25 changed files with 1358 additions and 21 deletions
+4 -3
View File
@@ -958,9 +958,10 @@ $._loader = function(vis) {
bg = inv ? cell.fg : cell.bg;
// Update
e.innerText = (cell.t+' ')[0];
e.style.color = colorHex(fg);
e.style.backgroundColor = colorHex(bg);
e.style.fontWeight = fg > 7 ? 'bold' : 'normal';
e.classList.className = 'fg'+fg+' bg'+bg;
// e.style.color = colorHex(fg);
// e.style.backgroundColor = colorHex(bg);
// e.style.fontWeight = fg > 7 ? 'bold' : 'normal';
}
/** Show entire screen */