Skip to content

Commit

Permalink
correct css paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Sep 17, 2024
1 parent 4c017fc commit 7363942
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions template/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7363942

Please sign in to comment.