Skip to content

Commit

Permalink
Remove border and background from inline code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Apr 5, 2019
1 parent 5da4a57 commit d4e1541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions piwheels/master/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ pre, code {
font-family: "Roboto Mono", monospace;
}

code {
background-color: transparent;
border: 0;
}

table.stats {
border-collapse: separate;
border-radius: 5px;
Expand Down

0 comments on commit d4e1541

Please sign in to comment.