From cde428f008cfd76ac69fa0402bea490d39d9e354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 1 Mar 2023 23:13:04 +0100 Subject: [PATCH] WIP: Use slightly faded colors Colors copied from the readthedocs sphinx theme. --- assets/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/_custom.scss b/assets/_custom.scss index aebffa1..09e8f1a 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -7,10 +7,12 @@ html { min-height: 100vh; padding-left: 2rem; padding-right: 2rem; + background-color: #fcfcfc; } .book-menu .book-menu-content { padding-right: 1.5rem; + background: inherit; } .book-toc .book-toc-content { @@ -37,6 +39,11 @@ html { max-width: 90rem; } +body { + color: #404040; + background-color: rgba(0,0,0,.05); +} + summary:focus { outline: none; } -- 2.39.2