Skip to content

Commit

Permalink
change [target='_blank'] arrow
Browse files Browse the repository at this point in the history
the current arrow is shown in android as a square with a blue background
  • Loading branch information
hatemhosny committed Nov 24, 2024
1 parent c596ba7 commit d0fa7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livecodes/styles/inc-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
}

a[target='_blank']::after {
content: '\2197';
content: '';
display: inline-block;
margin: 0 0.3em;
width: 0.7em;
Expand Down

0 comments on commit d0fa7bf

Please sign in to comment.