mirror of
https://github.com/searxng/searxng.git
synced 2026-01-02 17:10:01 +00:00
[fix] add missing result.length and result.author to simple theme
Closes: https://github.com/searxng/searxng/issues/1027 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user