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 572553d commit a7a36ddCopy full SHA for a7a36dd
1 file changed
src/layouts/PostDetails.astro
@@ -211,7 +211,7 @@ const nextPost =
211
heading.classList.add("group");
212
const link = document.createElement("a");
213
link.className =
214
- "heading-link ms-2 opacity-0 group-hover:opacity-100 focus:opacity-100";
+ "heading-link ms-2 no-underline opacity-75 md:opacity-0 md:group-hover:opacity-100 md:focus:opacity-100";
215
link.href = "#" + heading.id;
216
217
const span = document.createElement("span");
0 commit comments