feat: add c.md cheatsheet. 7db4389708

This commit is contained in:
jaywcjlove
2022-10-12 17:20:35 +00:00
parent fd967043b8
commit 7fb146b52a
3 changed files with 1067 additions and 1 deletions

View File

@ -465,11 +465,20 @@ a.text-grey {
color: rgb(148 163 184/1);
}
body:not(.home) .h2wrap > h2 a::after {
body:not(.home) .h2wrap > h2 a::after, body:not(.home) .h3wrap > h3 a::after {
content: '#';
padding-right: 0.5rem;
color: rgb(16 185 129/1);
}
body:not(.home) .h3wrap > h3 a::after {
position: absolute;
left: -18px;
font-size: 1rem;
display: none;
}
body:not(.home) .h3wrap > h3:hover a::after {
display: initial;
}
.wrap-header.h3wrap {
z-index: 0;