Skip to content

Commit

Permalink
docs: improve legends colorset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Mar 25, 2024
1 parent c9d4c5d commit fb53410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/inspector/legends.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@
height: 1em;
vertical-align: text-bottom;
}
pre {
background-color: transparent !important;
}
</style>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:tsc": "tsc --noEmit",
"test:vitest": "vitest run",
"coverage": "vitest run --coverage",
"docs": "vitepress dev docs",
"docs:dev": "vitepress dev docs",
"docs:runtime": "cp dist/zhlint.es.js* docs/",
"docs:readme": "node scripts/gen-readme.mjs",
"docs:build": "vitepress build docs",
Expand Down

0 comments on commit fb53410

Please sign in to comment.