forked from Icycoide/searxng
[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:
parent
e22dc2ba36
commit
2bcd610eeb
2 changed files with 7 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue