diff options
Diffstat (limited to 'docs/assets/css/src')
| -rw-r--r-- | docs/assets/css/src/docs.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 3c88d4865..d95ba093c 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -28,6 +28,13 @@ body { font-weight: normal; } +/* Inline code within headings retain the heading's background-color */ +h2 code, +h3 code, +h4 code { + background-color: inherit; +} + /* Outline button for use within the docs */ .btn-outline { color: #563d7c; |
