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:
David Robertson 2022-08-02 14:49:27 +01:00 committed by GitHub
parent 91aebd62c4
commit 69ff51c017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -323,7 +323,7 @@ footer {
}
p code, table code {
background-color: $white;
background-color: inherit;
}
table {

View file

@ -0,0 +1 @@
Tweak the styling of `<code>` snippets in tables rendered from OpenAPI definitions.

View file

@ -0,0 +1 @@
Tweak the styling of `<code>` snippets in tables rendered from OpenAPI definitions.