Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Blog Author Styling Improvements

  • Update author names in astro.config.mjs (Claude AI → Claude, GitHub Copilot → Copilot)
  • Add CSS overrides in custom.css to:
    • Make author link colors match regular links (regular text color, not accent)
    • Add hover effect (accent color + underline on hover)
    • Reduce font size to 0.875rem for better single-line fit
    • Reduce avatar size from 40px to 32px
    • Tighten spacing for better layout
  • Test the changes by viewing a blog post
  • Verify hover states work correctly
  • Revert all .lock.yml files that were accidentally included

Changes

Files modified:

  • docs/astro.config.mjs - Updated author names
  • docs/src/styles/custom.css - Added author link styling overrides

Result

Author section with improved styling

The authors now:

  • Use shorter names ("Claude" and "Copilot")
  • Have regular link styling (text color instead of purple accent)
  • Fit better on one line with smaller fonts and avatars
  • Show purple accent + underline on hover
Original prompt

In docs blog, make author link colors identical to regular links, otherwise it breaks the look/style. Also try to fit authors into one line (via name line breaks, smaller fonts, or smaller avatars) and renmae Claude AI to Claude and GitHub Copilot to Copilot.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 16, 2026 18:16
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- Rename "Claude AI" to "Claude" and "GitHub Copilot" to "Copilot"
- Make author link colors match regular text (black/white) instead of accent purple
- Add hover effect: links turn purple and underlined on hover
- Reduce font size to 0.875rem (14px) for better fit
- Reduce avatar size from 40px to 32px
- Tighten spacing between avatar and name
- Authors now fit better on a single line

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update author link colors and author formatting Fix blog author link styling and shorten AI author names Jan 16, 2026
Copilot AI requested a review from mnkiefer January 16, 2026 18:23
@mnkiefer mnkiefer marked this pull request as ready for review January 16, 2026 18:23
@mnkiefer
Copy link
Contributor

@copilot revert changes to all .lock.yml files. They should not be part of this PR.

These lock files were accidentally included in the PR and should not be part of this PR. Reverting them to the state before my changes (commit 837aa04).

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot revert changes to all .lock.yml files. They should not be part of this PR.

Done. Reverted all 110 .lock.yml files to the state before my changes (commit c52f9b8).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants