qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
411 B

div.message {
color: @black;
font: @big;
}
div.action {
color: #1818FF;
font: @big;
}
div.typing {
color: @mediumGreyLight;
font: @big;
}
span.quote {
color: #279419;
}
div.alert {
margin-left: 0px;
margin-right: 0px;
color: @black;
background-color: @orange;
font: @big;
}
div.alert_name {
color: @black;
background-color: @orange;
font: @bigBold;
}
a {
color: blue;
}