Parcourir la source

dark background for answers && no background for highlight

Noémi Ványi il y a 7 ans
Parent
révision
0cb8a849da

+ 1
- 1
searx/static/themes/oscar/css/logicodev-dark.min.css
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 9
- 0
searx/static/themes/oscar/less/logicodev-dark/oscar.less Voir le fichier

@@ -234,3 +234,12 @@ p.btn.btn-default{
234 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
+}