From abf3baf4ebfb8128ed4090165c65de0e3f4be278 Mon Sep 17 00:00:00 2001 From: "O.S.Tezer" Date: Mon, 28 Apr 2014 19:02:50 +0300 Subject: [PATCH] Docs/CSS: Fix Notes/Warnings blocks' BG colour to improve its state. Docs' BG was original "#fff" and blocks such as code blocks or warning-notes blocks were coloured in #F2F2F2. In order to make it easier to read everything, the BG colour was changed to #fff. However, the switch missed to convert other blocks' BG colour. This commit aims to re-introduce the correct contrast by changing the BG colour of warning/notes block to #fff. Docker-DCO-1.1-Signed-off-by: O.S. Tezer (github: ostezer) --- docs/theme/mkdocs/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theme/mkdocs/css/base.css b/docs/theme/mkdocs/css/base.css index 863c9cdb0b..95cc8876d3 100644 --- a/docs/theme/mkdocs/css/base.css +++ b/docs/theme/mkdocs/css/base.css @@ -61,7 +61,7 @@ h6, font-size: 1em; } #content blockquote { - background: #f2f2f2; + background: #fff; border-left-color: #ccc; } #content blockquote p {