From 7363942e5bdf20224055a326f3783f3d02928d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Poisot?= Date: Tue, 17 Sep 2024 11:17:40 -0400 Subject: [PATCH] correct css paths --- template/src/.vitepress/theme/style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/template/src/.vitepress/theme/style.css b/template/src/.vitepress/theme/style.css index 46165b4..464556b 100644 --- a/template/src/.vitepress/theme/style.css +++ b/template/src/.vitepress/theme/style.css @@ -111,15 +111,12 @@ code { /* Component: Docstring Custom Block */ -.custom-block.jldocstring { - color: var(--vp-c-text-1) -} - -.custom-block.jldocstring { +details.jldocstring.custom-block { border: 1px solid var(--vp-c-gray-2); + color: var(--vp-c-text-1) } -.custom-block.jldocstring summary { +details.jldocstring.custom-block summary { font-weight: 700; cursor: pointer; user-select: none;