Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 21, 2016
1 parent 9a8dc80 commit edc9a38
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pre, tt, code {
pre {
padding: 1em;
vertical-align: top;
background: rgba(128, 128, 128, .1);
background: #f2f2f2;
margin: 1em;
overflow-x: auto;
}
Expand Down Expand Up @@ -357,11 +357,16 @@ hr {
tt, code {
font-size: .9em;
color: #040404;
background-color: rgba(128, 128, 128, .1);
background-color: #f2f2f2;
border-radius: 2px;
padding: .1em .3em;
}

.api_stability code {
background: rgba(0, 0, 0, .1);
padding: .1em .3em;
}

a code {
color: inherit;
background: inherit;
Expand Down

0 comments on commit edc9a38

Please sign in to comment.