mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
f64bb48a92
edit typing color and image, move colors for background selected text and background searched text in palette files
38 lines
412 B
CSS
38 lines
412 B
CSS
body {
|
|
font: @baseFont;
|
|
}
|
|
|
|
p {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.action {
|
|
color: @action;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.typing {
|
|
color: #8d8d8d;
|
|
}
|
|
|
|
.quote {
|
|
color: #279419;
|
|
}
|
|
|
|
.alert {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
background-color: @orange;
|
|
}
|
|
|
|
.alert_name {
|
|
background-color: @orange;
|
|
font: @bigBold;
|
|
}
|
|
|
|
a {
|
|
color: @link;
|
|
font-weight: bold
|
|
}
|