Skip to content

Commit

Permalink
fix: link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Jul 25, 2024
1 parent 270a659 commit a4580ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lix/website/src/pages/index/+Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ export const Page = () => html` ${header}
<h2 class="mt-12 mb-4 text-xl font-medium text-slate-950">Blog posts</h2>
<p class="text-slate-600 leading-[1.7]">
Find the latest blog posts and updates on our
<a href="https://opral.substack.com/" target="_blank">Substack</a>.
<a
class="text-slate-950 underline decoration-slate-300 font-medium hover:decoration-slate-950"
href="https://opral.substack.com/"
target="_blank"
>Substack</a
>.
</p>
<ul class="leading-[2] pl-6 mb-8">
${blogPosts.map(
Expand Down

0 comments on commit a4580ff

Please sign in to comment.