Skip to content

Commit

Permalink
border color for docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Sep 17, 2024
1 parent fe1037a commit 8318bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ code {
/* Component: Docstring Custom Block */

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

/* Component: Custom Block */
Expand Down

0 comments on commit 8318bff

Please sign in to comment.