about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2024-07-02 22:01:31 +0200
committerAlan Pearce2024-07-02 22:01:48 +0200
commit336ddaf703ec403661ee3d588512934019ff9b5c (patch)
tree6b5fdca4ebbc025adfb6246e40acd1dbfa006004 /templates
parent631fbbad4a4e9584041ccdc3e55f2ad4eabc9b58 (diff)
downloadwebsite-336ddaf703ec403661ee3d588512934019ff9b5c.tar.lz
website-336ddaf703ec403661ee3d588512934019ff9b5c.tar.zst
website-336ddaf703ec403661ee3d588512934019ff9b5c.zip
remove the external link icon
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css7
1 files changed, 0 insertions, 7 deletions
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;
-}