mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
parent
a576f69c12
commit
6aad8f605b
2 changed files with 13 additions and 0 deletions
|
|
@ -798,6 +798,12 @@ summary.title {
|
|||
font-size: 1em;
|
||||
color: var(--color-search-font);
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -818,6 +824,12 @@ summary.title {
|
|||
}
|
||||
}
|
||||
|
||||
body.index_endpoint #instance_name {
|
||||
position: fixed;
|
||||
.ltr-left(1rem);
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#pagination {
|
||||
grid-area: pagination;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue