mirror of https://github.com/searxng/searxng.git
[build] /static
This commit is contained in:
parent
f57a9f425d
commit
02391cc892
|
@ -2917,6 +2917,9 @@ article[data-vim-selected].category-social {
|
||||||
color: var(--color-result-link-font-highlight);
|
color: var(--color-result-link-font-highlight);
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
.empty_element {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.result-images {
|
.result-images {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2917,6 +2917,9 @@ article[data-vim-selected].category-social {
|
||||||
color: var(--color-result-link-font-highlight);
|
color: var(--color-result-link-font-highlight);
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
.empty_element {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.result-images {
|
.result-images {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue