diff --git a/docs/_static/style.css b/docs/_static/style.css index 8868d2bf4..fa9cb164e 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -352,17 +352,17 @@ dl.exception > dt { } .container.operations { - background-color: #fcfcfc; padding: 10px; + border: 1px solid #ddd; } .container.operations::before { content: 'Supported Operations'; - font-weight: bold; + color: #212224; } .container.operations > dl.describe > dt { - background-color: transparent; + background-color: #f8f8f8; } table.docutils {