mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
ooo
This commit is contained in:
parent
8ee2cd05cf
commit
ff2480e23c
8 changed files with 10 additions and 8 deletions
|
|
@ -141,8 +141,8 @@
|
|||
--color-backtotop-border: #333;
|
||||
--color-backtotop-background: #2b2e36;
|
||||
/// Button Colors
|
||||
--color-btn-background: #58f;
|
||||
--color-btn-font: #222;
|
||||
--color-btn-background: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
|
||||
--color-btn-font: #fff;
|
||||
--color-show-btn-background: #555;
|
||||
--color-show-btn-font: #fff;
|
||||
/// Search Input Colors
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
--color-search-shadow: 0 2px 8px rgb(34 38 46 / 25%);
|
||||
--color-search-background: #2b2e36;
|
||||
--color-search-font: #fff;
|
||||
--color-search-background-hover: #58f;
|
||||
--color-search-background-hover: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
|
||||
/// Modal Colors
|
||||
--color-error: #f55b5b;
|
||||
--color-error-background: darken(#db3434, 40%);
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
}
|
||||
|
||||
#search_logo {
|
||||
filter: var(--invert-logo);
|
||||
grid-area: logo;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ footer {
|
|||
|
||||
.page_with_header .logo {
|
||||
height: 40px;
|
||||
filter: var(--invert-logo);
|
||||
}
|
||||
|
||||
input[type="submit"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue