UNPKG
c-chat
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Secure Chat
github.com/hackwork-tymm0/c-chat
hackwork-tymm0/c-chat
c-chat
/
src
/
public
/
css
/
chat.css
14 lines
(12 loc)
•
222 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.chat
{
width
:
100%
;
height
:
90%
;
background
:
#212121
; }
#message
{
font-size
:
15px
;
font-family
: Arial, sans-serif; }
.chatMessage
{
color
:
#FFEE58
}
.errorMessage
{
color
:
#E64A19
}
.userMessage
{
color
:
#FFFFFF
}