Skip to content

Commit

Permalink
I am probably going to hate this
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Nov 20, 2024
1 parent 7ba8310 commit dd217a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ a {
text-underline-position: under;
}

a[href^='http']:not([href^='https://muan']):not(.hidden-link):not(:has(img)) {
&:after {
content: '(External)';
margin-right: 6px;
font-size: 0.01em;
padding: 0;
border-bottom: 3px solid transparent;
border-left: 3px solid transparent;
line-height: 0;
text-decoration: none;
box-shadow: 5em -4em 0 4em var(--linkColor);
color: transparent;
vertical-align: text-top;
}
}

a, u {
text-decoration-thickness: 0.5px;
}
Expand Down Expand Up @@ -789,6 +805,7 @@ nav {
display: flex;
flex-wrap: wrap;
column-gap: .8em;
align-items: center;
margin: .6em 0;
}

Expand Down

0 comments on commit dd217a8

Please sign in to comment.