mirror of
https://github.com/searxng/searxng.git
synced 2024-11-09 14:40:11 +01:00
25fa7da6c8
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>
16 lines
219 B
CSS
16 lines
219 B
CSS
@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;
|
|
}
|