mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 18:16:30 +03:00
Add standalone command cheatsheet page
- Create /cheatsheet with all 17 commands grouped by category - Clean, scannable layout with command relationships - Print-friendly styling, dark mode support - Add server route for cheatsheet page - Link from Commands section and footer Addresses user feedback requesting a quick reference doc for practical command usage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
d56a9fc746
commit
98e673b8f4
@@ -406,6 +406,17 @@ code {
|
||||
max-width: 50ch;
|
||||
}
|
||||
|
||||
.cheatsheet-link {
|
||||
color: var(--color-accent);
|
||||
text-decoration: none;
|
||||
font-size: 0.875rem;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.cheatsheet-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.section-lead {
|
||||
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
|
||||
line-height: 1.5;
|
||||
|
||||
Reference in New Issue
Block a user