Skip to content

Commit

Permalink
refactor: specify element in selector for external link style
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 18, 2023
1 parent c1483c1 commit 228acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ a:visited:not(.btn) {
color: var(--selected-color);
}

[target="_blank"]::after {
a[target="_blank"]::after {
content: " ";
background-color: currentColor;

Expand Down

0 comments on commit 228acc1

Please sign in to comment.