Improve the color of the spacer for the rust, coal and navy theme

This commit is contained in:
Mathieu David 2015-09-14 18:29:03 +02:00
parent 54a56a6354
commit 5f125bd30e
1 changed files with 12 additions and 0 deletions

View File

@ -238,6 +238,18 @@ html, body {
margin: 10px 0px; margin: 10px 0px;
} }
.navy .chapter .spacer {
background-color: #2d334f;
}
.coal .chapter .spacer {
background-color: #393939;
}
.rust .chapter .spacer {
background-color: #45373a;
}
.menu-bar { .menu-bar {
position: relative; position: relative;
height: 50px; height: 50px;