mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
tweak
This commit is contained in:
parent
23a64ef45f
commit
b93343bb99
|
@ -40,7 +40,7 @@ span.quote {
|
|||
div.green {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 12px;
|
||||
margin-left: 0px;
|
||||
margin-right: 12px;
|
||||
color: @white;
|
||||
background-color: @green;
|
||||
|
@ -50,7 +50,7 @@ div.green {
|
|||
div.silver {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 12px;
|
||||
margin-left: 0px;
|
||||
margin-right: 12px;
|
||||
color: @black;
|
||||
background-color: @lightGrey;
|
||||
|
@ -60,7 +60,7 @@ div.silver {
|
|||
div.red {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 12px;
|
||||
margin-left: 0px;
|
||||
margin-right: 12px;
|
||||
color: @white;
|
||||
background-color: @red;
|
||||
|
|
Loading…
Reference in New Issue
Block a user