diff options
| author | ilotterytea <iltsu@alright.party> | 2025-10-25 16:05:56 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-10-25 16:05:56 +0500 |
| commit | 4695df2599459806fb5421e19e1820bffa239168 (patch) | |
| tree | e80c284ccc772debfbba5a96af9bf2f5eda5224f /scripts | |
| parent | 21ea36b651f45863474059920d34716a44c09635 (diff) | |
feat: style.css
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/chat.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/chat.js b/scripts/chat.js index a845b06..b718660 100644 --- a/scripts/chat.js +++ b/scripts/chat.js @@ -56,6 +56,7 @@ function addMessage(message) { if ("color" in message.tags) { usernameElem.style.color = message.tags["color"]; } + usernameElem.classList.add("author"); usernameElem.textContent = `${message.nick}:`; // message text |
