Add author credit to footer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2025-12-16 17:43:08 -08:00
co-authored by Claude Opus 4.5
parent 2356ae7f2f
commit e99828bfdf
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -1177,6 +1177,23 @@ code {
color: var(--color-accent);
}
.footer-credit {
font-size: 0.875rem;
color: var(--color-ash);
margin-top: var(--spacing-md);
width: 100%;
text-align: center;
}
.footer-credit a {
color: var(--color-text);
transition: color var(--duration-fast) var(--ease-out);
}
.footer-credit a:hover {
color: var(--color-accent);
}
/* ============================================
BUTTONS
============================================ */
+1
View File
@@ -279,6 +279,7 @@
<a href="#downloads">Downloads</a>
<a href="https://github.com/pbakaus/vibe-design-plugins">GitHub</a>
</div>
<p class="footer-credit">Created by <a href="https://www.paulbakaus.com">Paul Bakaus</a></p>
</div>
</footer>