[experimental] favicon in url of result article

* basically from: https://github.com/searx/searx/pull/2951
* favicons are going through image proxy
This commit is contained in:
MrPaulBlack 2021-10-27 00:43:44 +02:00
parent f13c96a0f7
commit 1d7e6c1591
2 changed files with 13 additions and 2 deletions

View file

@ -215,6 +215,11 @@ article.result-images[data-vim-selected]::before {
color: var(--color-result-url-font);
}
.url_favicon {
height: 16px;
margin-right: 4px;
}
.published_date {
font-size: 0.8em;
color: var(--color-result-publishdate-font);