Skip to content

Commit

Permalink
Update bottom left icons
Browse files Browse the repository at this point in the history
Replace existing icons in the bottom left section with preferred designs.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Jan 30, 2025
1 parent 57f3cc2 commit 1a25474
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,15 @@

/* GitHub icon */
.chat-message a[href*="github.com"]::after {
content: "G";
font-family: monospace;
font-weight: bold;
font-size: 0.8em;
top: 0;
content: "";
position: absolute;
right: 0;
width: 1em;
height: 1em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
@apply text-muted-foreground;
}

/* Wikipedia icon */
Expand Down

0 comments on commit 1a25474

Please sign in to comment.