From e525da2b0009c174e4633094e68eb3fac03a6f1d Mon Sep 17 00:00:00 2001 From: aquint-zama Date: Fri, 24 Sep 2021 14:30:23 +0200 Subject: [PATCH] docs: small fix on header --- docs/_static/css/zama.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_static/css/zama.css b/docs/_static/css/zama.css index 693cf8fd3..bd74c1373 100644 --- a/docs/_static/css/zama.css +++ b/docs/_static/css/zama.css @@ -21,6 +21,7 @@ right: 0; z-index: 201; height: 43px; + max-width: 1100px; background: black; color: white; display: flex; @@ -100,6 +101,13 @@ input[type=color], input[type=date], input[type=datetime-local], input[type=date padding-top: 43px; } +.wy-body-for-nav { + background: rgba(0,0,0,.05); +} +.wy-nav-content-wrap { + background: none; +} + .wy-nav-side { top: 43px; }