Skip to content

Commit

Permalink
Remove dotted outline of links in attribution dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Dec 26, 2024
1 parent 448e48f commit 3157dba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/site/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
box-shadow: 1px 1px 4px 0 #0003;
max-width: 40ch;

a:focus {
outline: none;
}

&.anchored {
margin: 0.32em 0 0 0;
}
Expand Down

0 comments on commit 3157dba

Please sign in to comment.