mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] docc: searxng.css
Since dd5519eb the dependency graph now uses docutils v0.17.1.
Since docutils v0.17 the HTML 5 writer use the new semantic tags <main>,
<section>, <header>, <footer>, <aside>, <figure>, and <figcaption>. [1]
[1] https://docutils.sourceforge.io/HISTORY.html#release-0-17-2021-04-03
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
dd5519eb8d
commit
fc88c5379d
1 changed files with 1 additions and 1 deletions
2
docs/_themes/searxng/static/searxng.css
vendored
2
docs/_themes/searxng/static/searxng.css
vendored
|
|
@ -14,7 +14,7 @@ p.version-warning {
|
||||||
background-color: #004b6b;
|
background-color: #004b6b;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sidebar {
|
aside.sidebar {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-color: lightsteelblue;
|
border-color: lightsteelblue;
|
||||||
border-radius: 3pt;
|
border-radius: 3pt;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue