mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 17:46:36 +03:00
Add cheatsheet tip to downloads section and fix Vercel 404
- Add download tip with cheatsheet link in downloads section - Fix cheatsheet 404 on Vercel by adding rewrite rule - Include cheatsheet.html in Bun build entrypoints Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
98e673b8f4
commit
a1a24daf3f
@@ -2322,6 +2322,21 @@ code {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.download-tip {
|
||||
font-size: 0.8125rem;
|
||||
color: var(--color-ash);
|
||||
margin-top: var(--spacing-sm);
|
||||
}
|
||||
|
||||
.download-tip a {
|
||||
color: var(--color-accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download-tip a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
SUPPORT SECTION
|
||||
============================================ */
|
||||
|
||||
Reference in New Issue
Block a user