Updated SChat color styling. Censoring answers in Mash hints. Restored Letters board.

This commit is contained in:
2022-10-23 02:46:41 +02:00
parent 5c1d622862
commit be2e3c8a00
6 changed files with 26 additions and 2191333 deletions

View File

@@ -12,7 +12,7 @@ function schatItalic(text) {
}
function schatColor(text, color) {
return `<span style="color: ${color}">${text}</span>`;
return `{${color}}(${text})`;
}
function curate(fn) {