Skip to content

Commit 2b1a3a7

Browse files
034: drop cream sidebar backdrop now that banner is navy
The dashboard banner already has a navy background matching the sidebar, so the cream backdrop produced an awkward beige frame around the logo. Make the sidebar header transparent so the banner bleeds to the edges.
1 parent 52cc93b commit 2b1a3a7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/_sass/custom/custom.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
// SPECTRA — additional overrides on top of the spectra color scheme
33
// =============================================================
44

5-
// Sidebar header / logo area: give it a cream backdrop so the
6-
// SPECTRA banner (cream background) sits flush instead of looking
7-
// like a postage stamp on a navy wall. Make the logo full-width.
5+
// Sidebar header / logo area: the dashboard banner already has a navy
6+
// background, so let it sit flush on the navy sidebar — no backdrop,
7+
// no border, just a full-width banner that bleeds to the edges.
88

99
.side-bar {
10-
// Pull the logo flush to the top of the sidebar
1110
.site-header {
12-
background-color: #f6f0e1; // matches banner cream
11+
background-color: transparent;
1312
padding: 0;
1413
height: auto;
1514
min-height: 0;
16-
border-bottom: 2px solid #0f1628;
15+
border-bottom: none;
1716
}
1817

1918
.site-title {

0 commit comments

Comments
 (0)