[minor] used @text-color for color attribute instead of black
This commit is contained in:
parent
24dd16f51e
commit
cd7b1c16cd
2 changed files with 2 additions and 4 deletions
|
|
@ -601,10 +601,9 @@ select.form-control {
|
|||
.control-code.bold {
|
||||
height: 400px;
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
color: black;
|
||||
color: #36414C;
|
||||
font-size: 12px;
|
||||
line-height: 1.7em;
|
||||
border: none;
|
||||
}
|
||||
.delivery-status-indicator {
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -749,10 +749,9 @@ select.form-control {
|
|||
.control-code, .control-code.bold {
|
||||
height: 400px;
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
color: black;
|
||||
color: @text-color;
|
||||
font-size: 12px;
|
||||
line-height: 1.7em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.delivery-status-indicator {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue