Merge branch 'searxng:master' into master

This commit is contained in:
luxtiasco 2022-04-26 07:43:32 +08:00 committed by GitHub
commit 029fda0d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 462 additions and 410 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,11 @@
{
"devDependencies": {
"eslint": "^8.11.0",
"grunt": "~1.4.1",
"grunt": "~1.5.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-uglify": "~5.1.0",
"grunt-contrib-uglify": "~5.2.1",
"grunt-xmlmin": "~0.1.8",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "^24.0.0",

View file

@ -260,7 +260,9 @@ article[data-vim-selected].category-social {
}
}
.published_date {
.published_date,
.result_length,
.result_author {
font-size: 0.8em;
color: var(--color-result-publishdate-font);
}