We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b4e61 commit a736a29Copy full SHA for a736a29
src/content/release-notes/2024/11/27/stuff-and-things.mdx
@@ -4,7 +4,6 @@ description: Donec faucibus nunc vel fermentum porttitor. Etiam ac lorem dui. Du
4
products:
5
- workers
6
- kv
7
-tags: changed
8
date: 2024-11-27T11:00:00Z
9
---
10
src/pages/release-notes/index.astro
@@ -43,7 +43,7 @@ const days = Object.entries(
43
<li>
44
<div>
45
<a href={`/release-notes/${entry.slug}/`} class="no-underline hover:underline">
46
- <h3 class="text-[var(--sl-color-text)]">
+ <h3 class="!leading-[28px] text-black">
47
{entry.data.title}
48
</h3>
49
</a>
0 commit comments