Skip to content

Commit 7af5c43

Browse files
Move link with underline into design system
1 parent 81e2848 commit 7af5c43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/src/assets/asciidoc.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
text-decoration: underline;
1919
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
2020
}
21+
22+
.link-with-underline {
23+
@apply text-default hover:text-raise;
24+
text-decoration: underline;
25+
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
26+
}
2127
}
2228

2329
@layer components {

0 commit comments

Comments
 (0)