mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
dark background for answers && no background for highlight
This commit is contained in:
parent
943404a103
commit
0cb8a849da
File diff suppressed because one or more lines are too long
@ -234,3 +234,12 @@ p.btn.btn-default{
|
|||||||
background: #d9534f;
|
background: #d9534f;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.well {
|
||||||
|
background: #444;
|
||||||
|
border-color: #282a2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user