Skip to content

Commit 18dfe3a

Browse files
committed
add styling for text links
1 parent e3d9f5d commit 18dfe3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/assets/styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
[role="button"]:not(:disabled) {
8686
cursor: pointer;
8787
}
88+
89+
/* Style for links in paragraph text to make them visually distinguishable */
90+
a:not([class]) {
91+
@apply text-teal-600 transition-colors duration-200 hover:text-teal-500;
92+
}
8893
}
8994

9095
@utility card {

0 commit comments

Comments
 (0)