Skip to content

Commit 077faa6

Browse files
authored
fix: revert css link color change (#17700)
1 parent b16f93a commit 077faa6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/Designer/frontend/app-development/layout

src/Designer/frontend/app-development/layout/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ a {
1818
text-decoration: none;
1919
}
2020

21+
a:visited {
22+
color: inherit;
23+
}
24+
2125
a.fds-link--inverted {
2226
color: var(--fds-link--inverted);
2327
text-decoration: underline;

0 commit comments

Comments
 (0)