From 21cfdde73b3e8dea4f6bfb8db192e183af958a58 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 11 Jun 2015 22:26:02 +0200 Subject: [PATCH] adjust docs theme colours for note divs --- docs/_themes/local/static/local.css_t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_themes/local/static/local.css_t b/docs/_themes/local/static/local.css_t index d3ae46596..4395cc97b 100644 --- a/docs/_themes/local/static/local.css_t +++ b/docs/_themes/local/static/local.css_t @@ -161,8 +161,8 @@ p.admonition-title:after { } div.note { - background-color: #0f5; - border-bottom: 2px solid #d22; + background-color: #002211; + border-bottom: 2px solid #22dd22; } div.seealso {