mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 12:41:20 +08:00
feat: add curl.md
sheatsheet.
This commit is contained in:
@ -450,6 +450,8 @@ a.text-grey {
|
||||
|
||||
.wrap-header.h1wrap .wrap-body {
|
||||
color: var(--color-fg-subtle);
|
||||
max-width: 850px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.wrap-header.h1wrap > h1 {
|
||||
@ -638,7 +640,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
|
||||
}
|
||||
.h2wrap-body ul.style-timeline li::before {
|
||||
color: #228e6c;
|
||||
background-color: #fff;
|
||||
background-color: var(--color-canvas-default);
|
||||
counter-increment: stepCount;
|
||||
content: counter(stepCount);
|
||||
border-radius: initial;
|
||||
|
Reference in New Issue
Block a user