doc: add npx document in npm.md #65

This commit is contained in:
jaywcjlove
2022-11-14 18:21:04 +08:00
parent 3bac78a4d0
commit 9c3ad5a300
2 changed files with 96 additions and 0 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);