Skip to content

Commit

Permalink
correct styling for docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Sep 17, 2024
1 parent 8318bff commit b0be4a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion template/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,16 @@ code {

/* Component: Docstring Custom Block */

.jldocstring {
.custom-block.jldocstring {
border: 1px solid var(--vp-c-gray-2);
}

.custom-block.jldocstring summary {
font-weight: 700;
cursor: pointer;
user-select: none;
}

/* Component: Custom Block */

:root.dark {
Expand Down

0 comments on commit b0be4a8

Please sign in to comment.