mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-23 07:03:35 +00:00
feat(www): bold doc headings and header nav links
This commit is contained in:
parent
a859d48b08
commit
f282a22d98
1 changed files with 9 additions and 0 deletions
|
|
@ -79,6 +79,15 @@
|
|||
color: var(--blume-foreground);
|
||||
}
|
||||
|
||||
/* Match opentui.com/docs: bold headings and bold header nav links */
|
||||
.prose :is(h1, h2, h3, h4) {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
[data-blume-header] nav[aria-label="Sections"] a {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prose a:not(.blume-heading-anchor, [data-blume-card]) {
|
||||
color: var(--blume-accent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue