1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/themes/default/chatArea/innerStyle.css
2019-02-23 19:40:59 +02:00

36 lines
367 B
CSS

body {
font: @baseFont;
}
p {
white-space: pre-wrap;
}
.action {
color: @action;
font-style: italic;
}
.typing {
color: #4e4e4e;
}
.quote {
color: #279419;
}
.alert {
margin-left: 0px;
margin-right: 0px;
background-color: @orange;
}
.alert_name {
background-color: @orange;
font: @bigBold;
}
a {
color: @link;
}