Improve the color of the spacer for the rust, coal and navy theme
This commit is contained in:
parent
54a56a6354
commit
5f125bd30e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue