Skip to content

Commit

Permalink
handle visited links styles
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Nov 19, 2023
1 parent a87c12c commit d1eda0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,8 @@ code {
cursor: pointer;
}
}

a:visited {
background-color: transparent;
text-decoration: none;
}
4 changes: 4 additions & 0 deletions src/shared/components/Linkify/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
&:hover {
opacity: 0.9;
}

&:visited {
color: $c-pink-mention-2;
}
}

0 comments on commit d1eda0f

Please sign in to comment.