feat: add curl.md sheatsheet.

This commit is contained in:
jaywcjlove
2022-10-18 18:21:17 +08:00
parent cb5f742608
commit e876e96430
3 changed files with 181 additions and 2 deletions

View File

@ -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;