From f993518fa74da0e796cc18f35deb6f71c28499d5 Mon Sep 17 00:00:00 2001 From: AlessioBugetti Date: Tue, 30 Jan 2024 00:18:10 +0100 Subject: [PATCH] doc: (fixes #973) Fix the dark mode issues --- doc/ns3_html_theme/static/ns3_stylesheet.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ns3_html_theme/static/ns3_stylesheet.css b/doc/ns3_html_theme/static/ns3_stylesheet.css index e29ba9ce8..dd32d1aab 100644 --- a/doc/ns3_html_theme/static/ns3_stylesheet.css +++ b/doc/ns3_html_theme/static/ns3_stylesheet.css @@ -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; + } }