feat: add html.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-12 14:56:55 +08:00
parent c661cfa852
commit 03a4241228
5 changed files with 914 additions and 6 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);
}