diff --git a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css +++ b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; } diff --git a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css +++ b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; } diff --git a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css index c42d615..74b7893 100644 --- a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css +++ b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css @@ -3697,13 +3697,14 @@ code.guilabel, .guilabel { border:1px solid #7fbbe3; background:#e7f2fa; font-size:80%; - font-weight:700; + font-weight:600; border-radius:4px; padding:2.4px 3px; margin:auto 2px; - font-family: 'Inconsolata', monospace + font-family: 'Inconsolata', monospace; + text-transform: none } -code + th { background-color: #ede; }