mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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:
parent
f13c96a0f7
commit
1d7e6c1591
2 changed files with 13 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue