From 336ddaf703ec403661ee3d588512934019ff9b5c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 2 Jul 2024 22:01:31 +0200 Subject: remove the external link icon --- static/external-link.svg | 11 ----------- templates/style.css | 7 ------- 2 files changed, 18 deletions(-) delete mode 100644 static/external-link.svg diff --git a/static/external-link.svg b/static/external-link.svg deleted file mode 100644 index 35b5805..0000000 --- a/static/external-link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/templates/style.css b/templates/style.css index 89fd58f..84ce1ce 100644 --- a/templates/style.css +++ b/templates/style.css @@ -11,7 +11,6 @@ --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; -} -- cgit 1.4.1