mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
upd
This commit is contained in:
parent
acd87ae0e8
commit
c6f3c566c4
13 changed files with 21 additions and 19 deletions
|
|
@ -115,6 +115,7 @@
|
|||
--color-toolkit-loader-borderleft: rgba(255, 255, 255, 0);
|
||||
--color-doc-code: #300;
|
||||
--color-doc-code-background: #fdd;
|
||||
--invert-logo: invert(0%);
|
||||
}
|
||||
|
||||
.dark-themes() {
|
||||
|
|
@ -227,6 +228,7 @@
|
|||
--color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
|
||||
--color-doc-code: #fdd;
|
||||
--color-doc-code-background: #300;
|
||||
--invert-logo: invert(100%);
|
||||
}
|
||||
|
||||
/// Dark Theme (autoswitch based on device pref)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
text-align: center;
|
||||
|
||||
.title {
|
||||
background: url('../img/searxng.png') no-repeat;
|
||||
background: url('../img/logo.png') no-repeat;
|
||||
filter: var(--invert-logo);
|
||||
min-height: 4rem;
|
||||
margin: 4rem auto;
|
||||
background-position: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue