mirror of
https://github.com/searxng/searxng.git
synced 2026-02-14 07:24:11 -05:00
SPDX short-form identifiers to communicate license information in a simple, efficient, portable and machine-readable manner [1] [1] https://spdx.dev/learn/handling-license-info/
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.info-page {
|
|
code {
|
|
font-family: monospace;
|
|
.rounded-corners-tiny;
|
|
background-color: var(--color-doc-code-background);
|
|
color: var(--color-doc-code);
|
|
padding: 0.2rem;
|
|
border: 0 none;
|
|
}
|
|
}
|