From 30a82b41d3db3739a8721497e1b6274eef06582f Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 27 Jan 2020 00:18:37 +0100 Subject: [PATCH] Fixing the colors for the notes section --- files/assets/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/assets/css/custom.css b/files/assets/css/custom.css index e18bf09..4ef8d43 100644 --- a/files/assets/css/custom.css +++ b/files/assets/css/custom.css @@ -20,6 +20,11 @@ div.admonition, div.hint, div.important, div.note, div.tip, div.sidebar, div.att } div.note p.admonition-title { + color: #ffffff; background-color: #007053 !important; border-bottom: 1px solid #007053; } + +div.admonition p, div.hint p, div.important p, div.note p, div.tip p, div.sidebar p, div.attention p, div.caution p, div.danger p, div.error p, div.warning p, div.system-message p { + color: #ffffff; +} \ No newline at end of file