mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-22 06:51:31 +08:00
feat: add html.md
cheatsheet.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user