Remove external link icon from links containing my domain name

This commit is contained in:
Helen Chong 2024-07-13 01:54:39 +08:00
parent ef78e21d4b
commit 8fba5389cb
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ a:hover { color: var(--clr-link-hover); }
a:not([class]):focus { outline: 0.15rem solid var(--clr-link); } a:not([class]):focus { outline: 0.15rem solid var(--clr-link); }
a:hover img, a:focus img { outline: 0.2em solid var(--clr-body-txt); } a:hover img, a:focus img { outline: 0.2em solid var(--clr-body-txt); }
a[href^="http"]:not(:has(img, svg, figure)) { padding-right: 1.25em; } a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, figure)) { padding-right: 1.25em; }
a[href^="http"]:not(:has(img, svg, figure))::after { a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, figure))::after {
position: absolute; position: absolute;
content: ""; content: "";
display: inline-block; display: inline-block;