aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx-static/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sphinx-static/theme_overrides.css')
-rw-r--r--Documentation/sphinx-static/theme_overrides.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sphinx-static/theme_overrides.css b/Documentation/sphinx-static/theme_overrides.css
index 3a2ac4bcfd78..e88461c4c1e6 100644
--- a/Documentation/sphinx-static/theme_overrides.css
+++ b/Documentation/sphinx-static/theme_overrides.css
@@ -42,11 +42,12 @@
caption a.headerlink { opacity: 0; }
caption a.headerlink:hover { opacity: 1; }
- /* inline literal: drop the borderbox and red color */
+ /* inline literal: drop the borderbox, padding and red color */
code, .rst-content tt, .rst-content code {
color: inherit;
border: none;
+ padding: unset;
background: inherit;
font-size: 85%;
}