mirror of https://github.com/openclaw/openclaw.git
fix: hide duplicate doc titles
This commit is contained in:
parent
9c039e8356
commit
b779029517
|
|
@ -3,6 +3,10 @@
|
|||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.mdx-content > h1:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.markdown h1,
|
||||
.markdown h2,
|
||||
.markdown h3,
|
||||
|
|
@ -127,4 +131,3 @@
|
|||
font-family: var(--font-pixel);
|
||||
letter-spacing: 0.06em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue