We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91d40fd + 31da152 commit c895b84Copy full SHA for c895b84
style.css
@@ -21,19 +21,3 @@ th {
21
font-size: 1.3rem;
22
}
23
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
38
- text-decoration-color: currentColor;
39
0 commit comments