[build] /static

This commit is contained in:
Alexandre Flament 2021-09-30 18:50:46 +02:00
parent df06dddc04
commit 1dfac73a64
14 changed files with 133 additions and 83 deletions

View file

@ -1037,7 +1037,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
.cursor-pointer {
cursor: pointer !important;
}
.searx-navbar {
.searxng-navbar {
background: #eee;
color: #aaa;
height: 2.3rem;
@ -1047,12 +1047,12 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
font-weight: bold;
margin-bottom: 1.3rem;
}
.searx-navbar a,
.searx-navbar a:hover {
.searxng-navbar a,
.searxng-navbar a:hover {
margin-right: 2rem;
text-decoration: none;
}
.searx-navbar .instance a {
.searxng-navbar .instance a {
color: #444;
margin-left: 2rem;
}