Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: make <code> background semi-transparent
Fixes: #9714
  • Loading branch information
silverwind committed Nov 21, 2016
commit 9a8dc804ca9c9107344875425df753211879fa7f
4 changes: 2 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: #f2f2f2;
background: rgba(128, 128, 128, .1);
margin: 1em;
overflow-x: auto;
}
Expand Down Expand Up @@ -357,7 +357,7 @@ hr {
tt, code {
font-size: .9em;
color: #040404;
background-color: #f2f2f2;
background-color: rgba(128, 128, 128, .1);
border-radius: 2px;
padding: .1em .3em;
}
Expand Down