Skip to content

Commit

Permalink
doc.css: thinner borders for example blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 23, 2020
1 parent 481eab1 commit 1a3c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@

.doc .exampleblock > .content {
background: var(--example-background);
border: 0.25rem solid var(--example-border-color);
border: 0.15rem solid var(--example-border-color);
border-radius: 0.5rem;
padding: 0.75rem;
}
Expand Down

0 comments on commit 1a3c79a

Please sign in to comment.