Skip to content

Commit f180b30

Browse files
committed
Support Tailwind text opacity in typography-link
1 parent 14e569f commit f180b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const config: Config = {
192192

193193
addBase({
194194
".typography-link": {
195-
color: "theme('colors.neu-800')",
195+
color: "hsl(var(--color-neu-900) / var(--tw-text-opacity, 1))",
196196
textDecoration: "underline",
197197
"&:hover": {
198198
textDecoration: "none",

0 commit comments

Comments
 (0)