Skip to content

Commit

Permalink
Merge pull request #77 from fold-dev/add-code-border-dm
Browse files Browse the repository at this point in the history
refactor: add border to code blocks tag in dark mode
  • Loading branch information
joduplessis authored Jun 6, 2024
2 parents f366be6 + 49332fc commit 197f41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.6.1",
"version": "24.6.6.2",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 2 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ body {
max-height: inherit;
max-height: 500px;
width: 100%;
border: 1px solid var(--f-color-base-700);
border-top: 0;
}

[data-rehype-pretty-code-figure] pre [data-line] {
Expand Down

0 comments on commit 197f41a

Please sign in to comment.