diff --git a/static/css/theme.css b/static/css/theme.css index 080abb5..a88bc20 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -296,19 +296,6 @@ h3 { margin: 0; } -a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after { - content: "↗️"; - font-size: 20px; - margin: 5px; - text-decoration: none; -} - -.image-container a::after{ - content: "" !important; - margin: 0 !important; - font-size: 0; -} - hr{ color:var(--theme-accent); width:100%;