diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-16 20:29:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 20:29:34 +0100 |
| commit | 0c036ae2941bb203769d28fe2e26cc7f0488c910 (patch) | |
| tree | 9738561f9ac6526defc02bad8af971246014ccee /searx/static/themes/simple/gruntfile.js | |
| parent | e07417848f70b865aa39f3e98f24fee03573c6c3 (diff) | |
| parent | 468619abcb677703d057506b00529aa94852a855 (diff) | |
Merge pull request #750 from dalf/simple-rtl
Simple theme: implement RTL
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index abb2dc44d..824ab66d0 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -127,7 +127,7 @@ module.exports = function (grunt) { }, files: [ { - src: ['src/less/style.less'], + src: ['src/less/style-ltr.less'], dest: 'css/searxng.min.css', nonull: true, filter: file_exists, |