Tweak style of <code>
samples in rendered tables (#1179)
* Tweak style of `<code>` samples in rendered tables This has been subtly irritating me for aaaaaaages * Changelogs
This commit is contained in:
parent
91aebd62c4
commit
69ff51c017
3 changed files with 3 additions and 1 deletions
|
@ -323,7 +323,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
p code, table code {
|
p code, table code {
|
||||||
background-color: $white;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Tweak the styling of `<code>` snippets in tables rendered from OpenAPI definitions.
|
|
@ -0,0 +1 @@
|
||||||
|
Tweak the styling of `<code>` snippets in tables rendered from OpenAPI definitions.
|
Loading…
Add table
Add a link
Reference in a new issue