Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
frankslin committed Aug 4, 2023
1 parent 89aab9c commit b2077f6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions assets/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ a {
}
}

a.external {
background-image: url(/images/external-link.svg?uNJ);
background-position: center right;
background-repeat: no-repeat;
background-size: 0.857em;
padding-right: 1em;
a.external:after {
content: url(/images/external-link.svg?uNJ);
}


// Browsers seem to use a smaller default font-size with monospaced code
// blocks (like 80% of the size of normal text) and that looks pretty bad with
// small inline code-blocks in the middle of normal text (mainly because of
Expand Down

0 comments on commit b2077f6

Please sign in to comment.