diff --git a/doc/themes/leon/static/css/leon.css_t b/doc/themes/leon/static/css/leon.css_t index 0618cc2e2f667cbd9ff21efb6752c0e94ebbcbc8..834bc538accb0e0584a361612fd1520df84fc553 100644 --- a/doc/themes/leon/static/css/leon.css_t +++ b/doc/themes/leon/static/css/leon.css_t @@ -101,7 +101,7 @@ img { div.admonition { margin-top: 10px; margin-bottom: 10px; - border: 1px solid #6CA2C5; + border: 1px solid #CCC; } div.admonition p { @@ -113,7 +113,7 @@ div.admonition div.highlight { } p.admonition-title { - background: #6CA2C5; + background: #CCC; font-weight: bold; color: white; }