Skip to content

Commit ea88694

Browse files
committed
make colors more consistent at all sizes
Signed-off-by: Alex Hokanson <[email protected]>
1 parent ac1e5e5 commit ea88694

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

_scss/_mobile.scss

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
position: fixed;
6262
width: 100%;
6363
z-index: 100;
64+
background-color: $bg-sidebar;
6465
}
6566
.main-content {
6667
padding: 22px 35px 25px 30px;
@@ -117,16 +118,10 @@
117118
.header {
118119
height: 100px;
119120
}
120-
.nav-secondary-tabs,
121-
.nav-secondary {
122-
background-color: $black;
123-
}
124-
.nav-secondary input[type=search] {
125-
background: rgb(78, 77, 77) url(/images/search.png) no-repeat 10px 9px;
126-
}
121+
/*.nav-secondary-tabs,
127122
.nav-sidebar a {
128123
color: #a8a8a8;
129-
}
124+
}*/
130125
.tabs {
131126
float: left;
132127
margin: 0;
@@ -147,8 +142,8 @@
147142
}
148143
.sidebar,
149144
.sidebar-home {
150-
background-color: #15212e;
151-
border-right: 1px solid rgba(204,204,204,0.29);
145+
background-color: $bg-sidebar;
146+
/*border-right: 1px solid rgba(204,204,204,0.29);*/
152147
top: 51px;
153148
left: 0;
154149
display: block;
@@ -246,13 +241,12 @@
246241
.main-content {
247242
padding: 0 10px;
248243
}
249-
.nav-sidebar a {
244+
/*.nav-sidebar a {
250245
color: #a8a8a8;
251-
}
246+
}*/
252247
.sidebar,
253248
.sidebar-home {
254-
background-color: #15212e;
255-
border-right: 1px solid rgba(204,204,204,0.29);
249+
background-color: $bg-sidebar;
256250
top: 51px;
257251
left: 0;
258252
display: block;

0 commit comments

Comments
 (0)