whoogle-search/app/static/css/themes/whoogle.css
Alexandar Mechev 72a006ccfb
More tweaks to css..
delegating search-bar style to .css
2020-10-18 12:39:01 +02:00

26 lines
397 B
CSS

html.dark {
background-color: #222 !important;
}
body.dark {
background-color: #222 !important;
}
body.dark>#search-bar-autocomplete-list div{
padding: 10px;
cursor: pointer;
color: #ddd;
background-color: #000;
border-bottom: 1px solid #fff;
}
.reskin {
background-color: #fff;
color: #333;
}
.reskin-dark {
background-color: #000;
color: #fff;
}