[minor] reverted code control's background color to white
This commit is contained in:
parent
287d7dc2c6
commit
24dd16f51e
2 changed files with 2 additions and 4 deletions
|
|
@ -601,8 +601,7 @@ select.form-control {
|
|||
.control-code.bold {
|
||||
height: 400px;
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
background-color: black;
|
||||
color: #fffce7;
|
||||
color: black;
|
||||
font-size: 12px;
|
||||
line-height: 1.7em;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -749,8 +749,7 @@ select.form-control {
|
|||
.control-code, .control-code.bold {
|
||||
height: 400px;
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
background-color: black;
|
||||
color: @light-yellow;
|
||||
color: black;
|
||||
font-size: 12px;
|
||||
line-height: 1.7em;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue