Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(swagger-to-html): Fix style of code sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarmelkani committed Sep 7, 2017
1 parent 9901d0b commit e883713
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/style/_swagger-processor/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,23 @@
background-color: #f3f6f6;
}
}
pre{
color: initial;
padding: initial;
white-space: pre-wrap;
background: initial;
color: initlal;
}
code{
background: #f3f3f3;
display: inline-block;
vertical-align: baseline;
color: #1c887e;
padding: 2px 5px;
border-radius: 5px;
border: 1px solid #e4e4e4;
background: #f5f7fa;
}
}


0 comments on commit e883713

Please # to comment.