doc: (fixes #973) Fix the dark mode issues

This commit is contained in:
AlessioBugetti
2024-01-30 00:18:10 +01:00
committed by Tommaso Pecorella
parent aa6ea3dcf6
commit f993518fa7

View File

@@ -353,4 +353,16 @@ div.sphinxsidebar a {
background-color: #ceccca;
padding: 3px;
}
#ns3_home1 img {
background-color: transparent;
}
img.footer {
background-color: transparent;
}
#nav-sync img {
background-color: transparent;
}
}