mirror of
https://github.com/searxng/searxng.git
synced 2026-05-28 05:40:12 +02:00
[simple] add CSS for /info pages
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.info-page {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.3em;
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
font-size: 1.3em;
|
||||
color: var(--color-doc-code);
|
||||
background-color: var(--color-doc-code-background);
|
||||
padding: 2px 5px;
|
||||
.rounded-corners(5px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user