[minor] reverted code control's background color to white

This commit is contained in:
mbauskar 2017-09-18 12:07:38 +05:30
parent 287d7dc2c6
commit 24dd16f51e
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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;