mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 21:51:20 +08:00
doc: add npx document in npm.md #65
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user