doc: add npx document in npm.md #65 9c3ad5a300

This commit is contained in:
jaywcjlove
2022-11-14 10:22:24 +00:00
parent 2adee6b0a5
commit e3bf142ea4
2 changed files with 65 additions and 1 deletions

View File

@ -723,6 +723,16 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
background-color: var(--color-bg-subtle);
}
.wrap-header.h3wrap > .wrap-body > p:only-child,
.h3wrap-body p:only-child {
background-color: transparent !important;
border-radius: 0.5rem;
}
.wrap-header.h3wrap > .wrap-body > p:only-child:before {
background-color: transparent !important;
}
.wrap-header.h3wrap > .wrap-body > p:first-child:before {
background-color: var(--color-bg-subtle);
color: rgb(30 41 59/0);