Browse Source

dark background for answers && no background for highlight

Noémi Ványi 7 years ago
parent
commit
0cb8a849da

+ 1
- 1
searx/static/themes/oscar/css/logicodev-dark.min.css
File diff suppressed because it is too large
View File


+ 9
- 0
searx/static/themes/oscar/less/logicodev-dark/oscar.less View File

234
   background: #d9534f;
234
   background: #d9534f;
235
 
235
 
236
 }
236
 }
237
+
238
+.well {
239
+  background: #444;
240
+  border-color: #282a2e;
241
+}
242
+
243
+.highlight {
244
+  background-color: transparent !important;
245
+}