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

36 lines
367 B
CSS
Raw Normal View History

body {
font: @baseFont;
}
p {
white-space: pre-wrap;
2014-09-06 03:27:26 +08:00
}
.action {
color: @action;
font-style: italic;
}
.typing {
2019-02-23 00:01:43 +08:00
color: #4e4e4e;
2015-01-10 18:57:46 +08:00
}
.quote {
color: #279419;
2014-09-07 19:42:06 +08:00
}
.alert {
margin-left: 0px;
margin-right: 0px;
background-color: @orange;
}
.alert_name {
background-color: @orange;
font: @bigBold;
}
a {
2019-02-24 01:40:59 +08:00
color: @link;
}