Skip to content

Commit

Permalink
Reverted to edit 8b3959ef-92d3-4cfe-a9ed-1d26d2244f9d: "feat: add dyn…
Browse files Browse the repository at this point in the history
…amic page titles based on selected conversation"
  • Loading branch information
lovable-dev[bot] committed Jan 30, 2025
1 parent 1cacd4a commit 9d37251
Showing 1 changed file with 9 additions and 41 deletions.
50 changes: 9 additions & 41 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,49 +73,18 @@

.chat-message a {
@apply text-blue-300;
position: relative;
padding-right: 1.2em;
}

/* External link icon for general links */
.chat-message a[href^="http"]::after {
content: "↗";
position: absolute;
right: 0;
top: -0.1em;
font-size: 0.9em;
@apply text-muted-foreground;
}

/* GitHub icon */
.chat-message a[href*="github.com"]::after {
content: "G";
font-family: monospace;
font-weight: bold;
font-size: 0.8em;
top: 0;
}

/* Wikipedia icon */
.chat-message a[href*="wikipedia.org"]::after {
content: "W";
font-family: "Times New Roman", serif;
font-style: italic;
font-weight: bold;
font-size: 0.9em;
top: 0;
}

.chat-message a:hover {
@apply text-blue-600;
}
&:hover {
@apply text-blue-600;
}

.chat-message a:visited {
@apply text-purple-300;
}
&:visited {
@apply text-purple-300;
}

.chat-message a:visited:hover {
@apply text-purple-600;
&:visited:hover {
@apply text-purple-600;
}
}

.chat-message > p {
Expand Down Expand Up @@ -230,4 +199,3 @@ details > details {
.hljs-number {
@apply text-orange-400;
}

0 comments on commit 9d37251

Please sign in to comment.