From 2520c9697917cb8feee9bfa73db4e2b72d72f05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Poisot?= Date: Tue, 17 Sep 2024 11:34:23 -0400 Subject: [PATCH] css selector --- template/src/.vitepress/theme/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/src/.vitepress/theme/style.css b/template/src/.vitepress/theme/style.css index 0317b418..6d3d1b6a 100644 --- a/template/src/.vitepress/theme/style.css +++ b/template/src/.vitepress/theme/style.css @@ -40,10 +40,10 @@ https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/var */ font-feature-settings: 'calt' 0; pre { - font-family: JuliaMono-Light; + font-family: JuliaMono-Regular; }; code { - font-family: JuliaMono-Light; + font-family: JuliaMono-Regular; }; } @@ -245,12 +245,12 @@ mjx-container > svg { /* Component: Docstring Custom Block */ -details.jldocstring.custom-block { +.jldocstring.custom-block { border: 1px solid var(--vp-c-gray-2); color: var(--vp-c-text-1) } -details.jldocstring.custom-block summary { +.jldocstring.custom-block summary { font-weight: 700; cursor: pointer; user-select: none;