Skip to content

Commit c4ea457

Browse files
WenyuehWenyuehclaude
authored
Fix/docs consistency (#52)
* Fix docs to match package source; update blog post title and remove duplicate table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Improve dark mode subtitle legibility (#6b6b67 → #9a9a95) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix dark mode header repo info visibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Wenyueh <norahua1996@outlook.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent acd4a4d commit c4ea457

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/stylesheets/extra.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--ao-border: rgba(255, 255, 255, 0.07);
1010
--ao-border-hover: rgba(255, 255, 255, 0.13);
1111
--ao-text: #edede9;
12-
--ao-text-secondary: #6b6b67;
12+
--ao-text-secondary: #9a9a95;
1313
--ao-text-muted: #3a3a37;
1414
--ao-accent: #9f98f0;
1515
--ao-accent-dim: rgba(159, 152, 240, 0.15);
@@ -96,6 +96,10 @@
9696
letter-spacing: -0.3px;
9797
}
9898

99+
[data-md-color-scheme="slate"] .md-source {
100+
color: var(--ao-text-secondary);
101+
}
102+
99103
[data-md-color-scheme="default"] .md-header {
100104
background: rgba(255, 255, 255, 0.9);
101105
border-bottom: 0.5px solid #e5e5e5;

0 commit comments

Comments
 (0)