Skip to content

Commit

Permalink
reduce box-shadow on codehike code
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot committed Oct 25, 2023
1 parent 508ccf4 commit 77c1b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/konfig-docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,8 @@ summary {
color: var(--ifm-color-primary);
bacgrkound: var(--ifm-color-primary-contrast-background);
}

.ch-codegroup,
.ch-codeblock {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

0 comments on commit 77c1b5b

Please sign in to comment.