diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index dfac73147..34f82bdaa 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -29,6 +29,14 @@ iframe {width: 100%;border: unset} .toctree-wrapper li[class^=toctree-l3]>a {font-size: 0.9em; text-decoration: none} .toctree-wrapper li[class^=toctree-l4]>a {font-size: 0.9em; text-decoration: none} +.toctree-wrapper.example-notebook-toc li[class^=toctree-l1] > a::before { + content: "📘 "; /* Emoji before the link */ +} + +.toctree-wrapper.example-notebook-toc li[class^=toctree-l1] > a:hover::before { + content: "📖 "; /* Change emoji on hover */ +} + html[data-theme="light"] { --pst-color-primary: #b5445b; --pst-color-secondary: #4772ae; diff --git a/docs/notebooks b/docs/notebooks index 41b03a019..d1b1cbe27 160000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -Subproject commit 41b03a01956ac5209db0b0490f07d579b6cd6131 +Subproject commit d1b1cbe270e0969c05598f3c4d9742f4cb6eb50b