We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7174b89 commit 2896e44Copy full SHA for 2896e44
1 file changed
js/chat2/script.js
@@ -21,7 +21,7 @@ window.onload = function() {
21
// Function to set background-color and text color
22
function setColor(element, color) {
23
element.style.backgroundColor = color;
24
- //element.style.color = color; // Default text color (white)
+ element.style.color = color; // Default text color (white)
25
}
26
27
// Function to set username
0 commit comments