1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/chatArea/innerStyle.css

36 lines
375 B
CSS
Raw Normal View History

body {
font: @baseFont;
}
p {
white-space: pre-wrap;
2014-09-06 03:27:26 +08:00
}
.action {
color: #1818FF;
font-style: italic;
}
.typing {
color: @mediumGreyLight;
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 {
color: blue;
}