Added Help and About pages
This commit is contained in:
@@ -70,9 +70,10 @@
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user