Skip to content

Commit

Permalink
docs: Fixed an error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 committed Sep 24, 2024
1 parent 323cba2 commit dee0c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Having a bar at left of each item
.toc-item {
border-left-width: 2px;
border-left-style: solid;
border-color: white;
border-color: #e5e7eb;
padding-left: 0.25rem /* 4px */;
}
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ npx nuxi module add nuxt-toc
.toc-item {
border-left-width: 2px;
border-left-style: solid;
border-color: white;
border-color: #e5e7eb;
padding-left: 0.25rem /* 4px */;
}
Expand Down

0 comments on commit dee0c00

Please sign in to comment.