mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
33 lines
380 B
CSS
33 lines
380 B
CSS
div.message {
|
|
color: @black;
|
|
font: @big;
|
|
}
|
|
|
|
div.action {
|
|
color: #1818FF;
|
|
font: @big;
|
|
}
|
|
|
|
div.typing {
|
|
color: @black;
|
|
font: @bigBold;
|
|
}
|
|
|
|
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;
|
|
}
|