added small fixes to the theme. mainly top margin in the front page and change of font color on the top bar
This commit is contained in:
parent
1c6aec00fa
commit
32106e17d6
5 changed files with 9 additions and 5 deletions
2
beetroot_static/css/searxng-rtl.min.css
vendored
2
beetroot_static/css/searxng-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
beetroot_static/css/searxng.min.css
vendored
2
beetroot_static/css/searxng.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
// Category color
|
||||
.category label {
|
||||
color: #c0bbbb;
|
||||
color: var(--color-btn-font);
|
||||
}
|
||||
|
||||
// Navbar links in right corner only on results page
|
||||
|
@ -74,7 +74,11 @@
|
|||
min-height: 8rem;
|
||||
}
|
||||
}
|
||||
//top margin front page
|
||||
|
||||
#main_index {
|
||||
margin-top: 13vh;
|
||||
}
|
||||
// Have a slightly more bright disroot purple color on logo png
|
||||
// when in dark mode
|
||||
.theme-dark .index .title {
|
||||
|
|
Loading…
Reference in a new issue