Updated SChat color styling. Censoring answers in Mash hints. Restored Letters board.
This commit is contained in:
@@ -12,7 +12,7 @@ function schatItalic(text) {
|
||||
}
|
||||
|
||||
function schatColor(text, color) {
|
||||
return `<span style="color: ${color}">${text}</span>`;
|
||||
return `{${color}}(${text})`;
|
||||
}
|
||||
|
||||
function curate(fn) {
|
||||
|
||||
Reference in New Issue
Block a user