.command-arguments strong>code {
font-weight: normal;
color: $exile-toast-yellow;
}
.command-syntax {
background: $gray-dark;
border-radius: 25px;
padding: 8px 15px 7px 15px;
margin-top: 5px;
font-family: 'Courier New', Courier, monospace;
}
span.command-syntax,
code.command-syntax {
background: $gray-dark !important;
padding: 2px 10px 0px 10px !important;
white-space: nowrap !important;
}