mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
doc: use customized pocoo theme (pallets-sphinx-themes)
The old searx theme was a copy of the flask theme. In the meantime this theme is available from the python module pallets-sphinx-themes. This patch makes pallets-sphinx-themes as a (dev) requirement and drops most of the old and obsolete searx theme settings/files. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
ef85943e06
commit
25fa7da6c8
9 changed files with 75 additions and 827 deletions
15
docs/_themes/searx/static/searx.css
vendored
Normal file
15
docs/_themes/searx/static/searx.css
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
@import url("pocoo.css");
|
||||
|
||||
a, a.reference, a.footnote-reference {
|
||||
color: #004b6b;
|
||||
border-color: #004b6b;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #6d4100;
|
||||
border-color: #6d4100;
|
||||
}
|
||||
|
||||
p.version-warning {
|
||||
background-color: #004b6b;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue