From f2b65796f295af5bf1a091c134827912119373c0 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss <ekneuss@gmail.com> Date: Thu, 23 Apr 2015 17:22:26 +0200 Subject: [PATCH] Notes were too visible --- doc/themes/leon/static/css/leon.css_t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/themes/leon/static/css/leon.css_t b/doc/themes/leon/static/css/leon.css_t index 0618cc2e2..834bc538a 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; } -- GitLab