diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-29 10:28:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 10:28:53 +0200 |
| commit | 1e3148fea94429f62cc577d1790e414afe2c7896 (patch) | |
| tree | d65be41fcf48bf93bf859602d9d66529f0bed0b7 /searx/static/themes/oscar/gruntfile.js | |
| parent | fe3831db1aa73ebda6eb12fa3a321002c176ccc1 (diff) | |
| parent | 8291804082fea294af9a3594417d35262109c745 (diff) | |
Merge pull request #41 from return42/fix-themes
fix varius theme issues
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
| -rw-r--r-- | searx/static/themes/oscar/gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index 1973b09c4..f2673e3d1 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -96,8 +96,8 @@ module.exports = function(grunt) { files: { "css/bootstrap.css": "src/less/bootstrap/bootstrap.less", "css/pointhi.css": "src/less/pointhi/oscar.less", - "css/logicodev.css": "src/less/logicodev-dark/oscar.less", - "css/logicodev-dark.css": "src/less/logicodev/oscar.less" + "css/logicodev.css": "src/less/logicodev/oscar.less", + "css/logicodev-dark.css": "src/less/logicodev-dark/oscar.less" } }, production: { |