Skip to content

Commit

Permalink
Revert "feat(links): distinguish visited links (#9907)"
Browse files Browse the repository at this point in the history
This reverts commit 8f84da3.
  • Loading branch information
fiji-flo authored Nov 1, 2023
1 parent c4c5d79 commit fc04495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions client/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ pre {
}

a {
&:link {
color: var(--text-link);
}
color: var(--text-link);

&.external:after {
background-color: var(--icon-primary);
Expand Down
5 changes: 1 addition & 4 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@
}

a:not(.button) {
color: var(--text-link);
width: fit-content;

&:link {
color: var(--text-link);
}

&:active {
background-color: var(--text-link);
color: #fff;
Expand Down

0 comments on commit fc04495

Please sign in to comment.