gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 747f73e1b733a82059ba989235bd41451940dbc3
parent b871e1ed583453410745bf37d9b1893876c7545d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon,  1 Aug 2022 14:15:20 +0200

fix

Diffstat:
Mconf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py @@ -55,7 +55,7 @@ html_theme_options = { 'prev_next_buttons_location': 'bottom', 'style_external_links': False, #'vcs_pageview_mode': '', - 'style_nav_header_background': 'black', + 'style_nav_header_background': 'transparent', # Toc options 'collapse_navigation': True, 'sticky_navigation': True,