all repos — website @ 336ddaf703ec403661ee3d588512934019ff9b5c

My website

remove the external link icon
Alan Pearce alan@alanpearce.eu
Tue, 02 Jul 2024 22:01:31 +0200
commit

336ddaf703ec403661ee3d588512934019ff9b5c

parent

631fbbad4a4e9584041ccdc3e55f2ad4eabc9b58

2 files changed, 0 insertions(+), 18 deletions(-)

jump to
D static/external-link.svg
@@ -1,11 +0,0 @@-<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 20 20">
-  <g style="stroke:rgb(35,82,124);stroke-width:1">
-    <line x1="5" y1="5" x2="5" y2="14" />
-    <line x1="14" y1="9" x2="14" y2="14" />
-    <line x1="5" y1="14" x2="14" y2="14" />
-    <line x1="5" y1="5" x2="9" y2="5"  />
-    <line x1="10" y1="2" x2="17" y2="2"  />
-    <line x1="17" y1="2" x2="17" y2="9" />
-    <line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" />
-  </g>
-</svg>
M templates/style.csstemplates/style.css
@@ -11,7 +11,6 @@ --visited-color: #8b6fcb;   --code-background-color: #f2f2f2;
   --code-color: #222;
   --blockquote-color: #222;
-  --icon-external-link: url("/external-link.svg");
 }
 
 @media (prefers-color-scheme: dark) {
@@ -206,9 +205,3 @@ svg.rss-icon {   height: 1.5ex;
   width: 1.5ex;
 }
-
-a[target="_blank"]::after {
-  content: "";
-  background: no-repeat var(--icon-external-link);
-  padding-right: 1em;
-}