Skip to content

Commit

Permalink
Use border color to indicate source code block
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Oct 12, 2024
1 parent 79fc91c commit df7d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ main .method-source-code {
}

main .method-source-code pre {
background: var(--source-code-background-color);
border-color: var(--source-code-toggle-color);
}

main .method-source-code.active-menu {
Expand Down

0 comments on commit df7d894

Please sign in to comment.