From bc4ebdf70956e75098edeec2e665385beb0d66ab Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 26 Nov 2024 14:07:07 -0500 Subject: [PATCH] added styling --- docs/source/_static/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/source/_static/style.css b/docs/source/_static/style.css index 04091a98a..ba64e9e20 100644 --- a/docs/source/_static/style.css +++ b/docs/source/_static/style.css @@ -46,4 +46,33 @@ code { font-size: var(--pst-font-size-h5); font-weight: bold; padding: 2.5rem 0rem 0.5rem 0rem; +} + + +/* +SPHINX-BOOK-THEME HOTFIX (top-right icons): +https://github.com/executablebooks/sphinx-book-theme/issues/879 +*/ +.header-article__inner .header-article-items__end, +.header-article__inner .header-article-items__start { + align-items: start; + display: flex; + gap: .5rem; +} + +/* +SPHINX-BOOK-THEME HOTFIX (right column vertical stretching fix): +https://github.com/executablebooks/sphinx-book-theme/issues/879 +*/ +.toc-entry a.nav-link { + padding: .125rem 0 .125rem 1rem; +} + +/* +h3 font weight fix (from extra heavy to normal): +https://github.com/executablebooks/sphinx-book-theme/issues/879 +*/ +h3 { + font-size: 125%; + font-weight: normal; } \ No newline at end of file