Skip to content

Commit

Permalink
fix: render external links
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 8, 2024
1 parent b9f82fd commit c9aceef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/styles/components/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
ol {
list-style: auto;
padding-left: 24px;
white-space: normal;
}

a {
@apply text-blue-600 dark:text-blue-300;
&:hover {
@apply underline;
}
}
}

Expand Down

0 comments on commit c9aceef

Please sign in to comment.