We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0685a0b + fae1e46 commit ac0de0dCopy full SHA for ac0de0d
app/globals.css
@@ -5,6 +5,10 @@
5
@apply mb-6 border-t border-muted-foreground pt-2 text-sm text-muted-foreground;
6
}
7
8
+.anchor-heading-link {
9
+ @apply duration-150 before:-ml-5 before:italic before:opacity-0 before:transition-opacity before:content-['#_'] hover:before:opacity-100;
10
+}
11
+
12
@tailwind utilities;
13
14
@layer base {
0 commit comments