mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
411 B
37 lines
411 B
div.message { |
|
color: @black; |
|
font: @big; |
|
} |
|
|
|
div.action { |
|
color: #1818FF; |
|
font: @big; |
|
} |
|
|
|
div.typing { |
|
color: @mediumGreyLight; |
|
font: @big; |
|
} |
|
|
|
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; |
|
} |
|
|
|
a { |
|
color: blue; |
|
} |
|
|
|
|