Browse Source

Merge pull request #1126 from kvch/minor-logicodev-dark-changes

Logicodev-dark fixes
Adam Tauber 7 years ago
parent
commit
9e5b1dfb7c
No account linked to committer's email

+ 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
+}