From 5f125bd30e93f0d6ae419725f31d6b4310eed0c9 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Mon, 14 Sep 2015 18:29:03 +0200 Subject: [PATCH] Improve the color of the spacer for the rust, coal and navy theme --- src/theme/book.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/theme/book.css b/src/theme/book.css index 5f676fb4..f9d1141c 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -238,6 +238,18 @@ html, body { margin: 10px 0px; } + .navy .chapter .spacer { + background-color: #2d334f; + } + + .coal .chapter .spacer { + background-color: #393939; + } + + .rust .chapter .spacer { + background-color: #45373a; + } + .menu-bar { position: relative; height: 50px;