Open saravanabalagi opened 5 years ago
CSS needs to be
.minidiv .sfbg {
background: black;
box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
height: 72px;
border-bottom: 1px solid rgba(255, 255, 255);
}
instead of
.minidiv .sfbg {
background: white;
box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
height: 72px;
}
This is perhaps due to Google changing the styles recently, here's how google looks like when scrolled
Expected the top bar to turn to dark mode