Skip to content

Commit

Permalink
Remove a:visited style
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissy-dev committed Jan 27, 2020
1 parent 38ddaf3 commit f3e088a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/_assets/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
@tailwind components;
@tailwind utilities;

a,
a:visited {
a {
@apply text-ws-blue-500 underline;
}

Expand Down
3 changes: 1 addition & 2 deletions src/static/app.compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -12085,8 +12085,7 @@ video {
z-index: auto;
}

a,
a:visited {
a {
color: #006AFE;
text-decoration: underline;
}
Expand Down

0 comments on commit f3e088a

Please sign in to comment.