[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:
Markus Heiser 2022-03-11 09:24:12 +01:00
parent dd5519eb8d
commit fc88c5379d

View File

@ -14,7 +14,7 @@ p.version-warning {
background-color: #004b6b;
}
div.sidebar {
aside.sidebar {
background-color: whitesmoke;
border-color: lightsteelblue;
border-radius: 3pt;