mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
parent
b695179c79
commit
b55aad3fdf
2 changed files with 12 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
html {
|
||||
background-color: #000 !important;
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -7,7 +7,6 @@ body {
|
|||
}
|
||||
|
||||
div {
|
||||
/*background-color: #111 !important;*/
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
|
@ -42,9 +41,17 @@ input {
|
|||
|
||||
#search-bar {
|
||||
color: #fff !important;
|
||||
background-color: #000 !important;
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
background-color: #000 !important;
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
||||
.ZINbbc{
|
||||
background-color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
.bRsWnc{
|
||||
background-color: #1a1a1a !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
padding: 10px;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
background-color: #222;
|
||||
border-bottom: 1px solid #242424;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue