mirror of
https://github.com/searxng/searxng.git
synced 2026-09-15 02:36:05 +00:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.hide_if_nojs {
|
|
display: none !important;
|
|
}
|
|
|
|
.show_if_nojs {
|
|
display: inline !important;
|
|
}
|