Skip to content

Commit 2326b75

Browse files
committed
Portal: remove underlines from links in changelog page
1 parent b8afa98 commit 2326b75

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/portal/src/app/changelog/[slug]/styles.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
display: none;
33
}
44

5-
.changelog-page a {
6-
text-decoration: underline;
7-
text-decoration-color: hsl(var(--muted-foreground));
8-
text-decoration-style: dotted;
9-
color: hsl(var(--foreground));
10-
text-underline-offset: 5px;
11-
transition: color 200ms ease;
12-
}
13-
145
.changelog-page h2 a {
156
text-decoration: none;
167
}

0 commit comments

Comments
 (0)