Skip to content

Commit

Permalink
Recolor result messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 18, 2023
1 parent 448507c commit bf54b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/chatMessage.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
color: orange;
}
.chat-message.result {
color: green;
background-color: #003300;
color: #aaffaa;
}
.chat-message.warning {
background-color: #660000;
Expand Down

1 comment on commit bf54b28

@vercel
Copy link

@vercel vercel bot commented on bf54b28 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-git-00x-main-itssammym.vercel.app
mafia-game.vercel.app
mafia-game-itssammym.vercel.app

Please sign in to comment.