From ffdf31c7b18b092ba9fa96ee8f48e8e64ffd4aa7 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 7 Mar 2023 03:16:31 -0500 Subject: [PATCH] doesn't work --- static/css/theme.css | 13 ------------- 1 file changed, 13 deletions(-) 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%;