mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[simple] add CSS for /info pages
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b1912607ae
commit
3633dc5611
3 changed files with 18 additions and 0 deletions
13
searx/static/themes/simple/src/less/info.less
Normal file
13
searx/static/themes/simple/src/less/info.less
Normal file
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue