Nass-O / DarkSearch

Dark theme for google.com
GNU General Public License v3.0
41 stars 22 forks source link

Main Search Box and drop down background color stuck at white #9

Closed xrolfex closed 7 years ago

xrolfex commented 7 years ago

These sections need to have the !important added so they override properly.

.sbib_a, .sbibod { background: #222; } .sbib_a:hover, .sbibod:hover { background: #222; }

/* New dropdown */
.sbsb_a {
    background: #222;
}
FranklinYu commented 7 years ago

@xrolfex Your Markdown is broken.