git知识点归纳

This commit is contained in:
wxf
2026-06-09 10:48:11 +08:00
parent 4a0fa50fa0
commit 4a5bcd2a36
4 changed files with 187 additions and 1 deletions
+38 -1
View File
@@ -78,7 +78,7 @@ a {
box-shadow: 0 0 26px rgba(34, 211, 238, 0.42);
}
.tech-doc-content :where(h3, h4) {
.tech-doc-content :where(h3, h4, h5) {
margin: 42px 0 16px;
scroll-margin-top: 32px;
color: #ffffff;
@@ -100,6 +100,12 @@ a {
color: #a5f3fc;
}
.tech-doc-content h5 {
margin-top: 28px;
color: #e9d5ff;
font-size: 0.98rem;
}
.tech-doc-content :where(p, ul, ol, blockquote, pre) {
margin: 16px 0;
}
@@ -227,6 +233,37 @@ a {
white-space: pre;
}
.tech-doc-content table {
display: block;
width: 100%;
max-width: 100%;
margin: 22px 0;
overflow-x: auto;
border: 1px solid rgba(103, 232, 249, 0.2);
border-radius: 16px;
border-spacing: 0;
background: rgba(2, 6, 23, 0.42);
box-shadow: 0 16px 42px rgba(2, 6, 23, 0.22);
}
.tech-doc-content :where(th, td) {
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
border-right: 1px solid rgba(255, 255, 255, 0.08);
padding: 0.85rem 1rem;
text-align: left;
vertical-align: top;
}
.tech-doc-content th {
background: rgba(34, 211, 238, 0.11);
color: #cffafe;
font-weight: 900;
}
.tech-doc-content td {
color: rgba(255, 255, 255, 0.72);
}
.tech-doc-content img {
width: 100%;
max-width: 100%;