Skip to content

Commit c895b84

Browse files
authored
Merge pull request #125 from checkly/fix/remove-link-underline-styling
no underline links in cards
2 parents 91d40fd + 31da152 commit c895b84

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

style.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,3 @@ th {
2121
font-size: 1.3rem;
2222
}
2323

24-
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
25-
border: none;
26-
text-decoration: underline;
27-
text-decoration-thickness: 0.1em;
28-
text-underline-offset: 0.1em;
29-
text-decoration-skip-ink: auto;
30-
text-decoration-color: rgb(var(--primary));
31-
}
32-
33-
.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
34-
text-decoration: none;
35-
}
36-
37-
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
38-
text-decoration-color: currentColor;
39-
}

0 commit comments

Comments
 (0)