feat: add html.md cheatsheet. 03a4241228

This commit is contained in:
jaywcjlove
2022-10-12 06:57:43 +00:00
parent caa02b244d
commit 47c08cf215
4 changed files with 1152 additions and 7 deletions

View File

@ -117,10 +117,7 @@ body {
}
*, ::before, ::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
box-sizing: border-box;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
@ -399,6 +396,7 @@ a.text-grey {
padding-bottom: 0.5rem;
border-radius: 9999px;
transition: all .3s;
border: 0;
}
.header-nav .menu {
@ -654,6 +652,9 @@ body:not(.home) .h2wrap > h2 a::after {
}
.h3wrap hr, .h3wrap-body hr {
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
border-bottom: 1px solid var(--color-border-default);
}